Re: [PATCH] arch: x86: Touched up patterns of 'sizeof' functions

From: Ingo Molnar
Date: Mon Oct 29 2018 - 02:21:07 EST



* Jordan Borgner <mail@xxxxxxxxxxxxxxxxx> wrote:

> Addded missing parentheses to 'sizeof()' functions in arch/x86/.
>
> Like this:
> Before: 'sizeof x'
> After: 'sizeof(x)'
>
> Done by motivation of Ingo Molnar.
>
> Signed-off-by: Jordan Borgner <mail@xxxxxxxxxxxxxxxxx>

Thanks!

Note that you sent a -p2 patch, the lkml standard is -p1 patches.
Not sure how you managed to set up your Git to get such a patch.

I fixed it up.

Thanks,

Ingo