
< 	u64 tdelta, delay, new_delay;
---
> 	struct {
		u64 tdelta;
		u64 delay;
		u64 new_delay;
	} = {0, 0, 0};
