]> git.baikalelectronics.ru Git - kernel.git/commit
staging: lustre: lclient: lcommon_cl.c fixing coding style issues
authorAnil Belur <askb23@gmail.com>
Wed, 18 Jun 2014 08:23:55 +0000 (18:23 +1000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Jun 2014 22:40:17 +0000 (15:40 -0700)
commita5e385551c1f39c6094cda9c32b6bc74bbef3ffd
tree0716b76f3352398bba5ed75fce3e410888d6c838
parent96c6c5348d10c1de0a46c6e8ec1b497b9332bf4e
staging: lustre: lclient: lcommon_cl.c fixing coding style issues

fixed: WARNING: line over 80 characters, used a new variable 'size_index' to
store the offset. Replaced "unsigned long" with  "loff_t" type for
'cur_index'. Removed the parenthesis around the second part of the if statement following the '||' as its not required.

Signed-off-by: Anil Belur <askb23@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/lclient/lcommon_cl.c