* Andy Shevchenko <[email protected]> wrote: > On Fri, Dec 29, 2017 at 8:30 PM, Saidgani Musaev <[email protected]> wrote: > > No changelog, no explanation why... > No SoB tag... > > > - ireg.cx = sizeof buf; > > + ireg.cx = sizeof(buf); > > sizeof is operator, not a function. > So, what are you trying to achieve?
That's true, but in the kernel coding style we use it as a function:
triton:~/tip> git grep 'sizeof(' | wc -l
116570
triton:~/tip> git grep 'sizeof [:alnum:]' | wc -l
177
Thanks,
Ingo

