staging: lustre: Use parenthesis around sizeof
authorJoe Perches <joe@perches.com>
Mon, 14 Oct 2013 03:22:03 +0000 (20:22 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 Oct 2013 16:34:15 +0000 (09:34 -0700)
Convert sizeof foo to sizeof(foo) to be more kernel style compatible.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found