[PATCH v7 7/8] staging: lustre: lclient: lcommon_cl.c fixing coding style issues

2014-06-18 Thread Anil Belur
From: Anil Belur 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.

[PATCH v7 7/8] staging: lustre: lclient: lcommon_cl.c fixing coding style issues

2014-06-18 Thread Anil Belur
From: Anil Belur ask...@gmail.com 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.