aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnil Belur <askb23@gmail.com>2014-06-18 04:23:54 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-06-18 18:40:17 -0400
commit60dc39b4d858190ed94c0f269c503f96ca71bb38 (patch)
treeb41e7e01acbdaac60549fbe93ef16d9d25890b69
parent847d47faa33b446d8b7e0a31fe95497c4b0ecca1 (diff)
staging: lustre: lclient: lcommon_cl.c fixing coding style issues
fixed: ERROR: inline keyword should sit between storage class and type Signed-off-by: Anil Belur <askb23@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/lustre/lustre/lclient/lcommon_cl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/lclient/lcommon_cl.c b/drivers/staging/lustre/lustre/lclient/lcommon_cl.c
index de0ad37e8521..2f51b7667b23 100644
--- a/drivers/staging/lustre/lustre/lclient/lcommon_cl.c
+++ b/drivers/staging/lustre/lustre/lclient/lcommon_cl.c
@@ -1273,7 +1273,7 @@ struct lov_stripe_md *ccc_inode_lsm_get(struct inode *inode)
1273 return lov_lsm_get(cl_i2info(inode)->lli_clob); 1273 return lov_lsm_get(cl_i2info(inode)->lli_clob);
1274} 1274}
1275 1275
1276void inline ccc_inode_lsm_put(struct inode *inode, struct lov_stripe_md *lsm) 1276inline void ccc_inode_lsm_put(struct inode *inode, struct lov_stripe_md *lsm)
1277{ 1277{
1278 lov_lsm_put(cl_i2info(inode)->lli_clob, lsm); 1278 lov_lsm_put(cl_i2info(inode)->lli_clob, lsm);
1279} 1279}