]> git.baikalelectronics.ru Git - kernel.git/commit
staging: et131x: Use variable names instead of types in sizeof
authorMark Einon <mark.einon@gmail.com>
Sun, 14 Sep 2014 15:59:08 +0000 (16:59 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 19 Sep 2014 23:05:20 +0000 (16:05 -0700)
commitaa3323fdda47a44e9a2ab63d0b37140606139574
treeeb00572666937ce625dffcef92c95c683ec32ac9
parentbd474ccb46fa3e406b5122f896bb5961399af9ea
staging: et131x: Use variable names instead of types in sizeof

A few calls to sizeof() in et131x.c give the type as a parameter
- use the equivalent variable name instead.

Signed-off-by: Mark Einon <mark.einon@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/et131x/et131x.c