* Jordan Borgner <m...@jordan-borgner.de> 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 <m...@jordan-borgner.de> 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