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)
commit81851d4646111faa32417281eb00aa6233231350
tree0716b76f3352398bba5ed75fce3e410888d6c838
parent60dc39b4d858190ed94c0f269c503f96ca71bb38
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