commit | ec83e611c21592c38744a5b86e1c8286ed1c4f90 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Sun Oct 13 20:22:03 2013 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Oct 14 09:34:15 2013 -0700 |
tree | 7541290f7c7e76355bdd0f9e2e2866731fed56fb | |
parent | 691dd0b7d26e9959378ccc4a94d846e769a056e6 [diff] |
staging: lustre: Use parenthesis around sizeof 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>