]> 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)
commite15c33645e13d24b66053427bbb1179c2257ceb6
treeeb00572666937ce625dffcef92c95c683ec32ac9
parent616e0580e4c179d8bc35ec8a7bae18071f171e5f
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