Re: [PATCH V2 04/19] math64: Tidy mul_u64_u32_shr()

2024-04-24 Thread Peter Zijlstra
On Mon, Mar 25, 2024 at 08:40:08AM +0200, Adrian Hunter wrote: > Put together declaration and initialization of local variables. > > Suggested-by: Thomas Gleixner > Signed-off-by: Adrian Hunter > --- Nothing wrong with this patch, but it is highly unlikely this code is actually tested much.

[PATCH V2 04/19] math64: Tidy mul_u64_u32_shr()

2024-03-25 Thread Adrian Hunter
Put together declaration and initialization of local variables. Suggested-by: Thomas Gleixner Signed-off-by: Adrian Hunter --- include/linux/math64.h | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/include/linux/math64.h b/include/linux/math64.h index