summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVatika Harlalka <vatikaharlalka@gmail.com>2015-03-10 12:26:12 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-03-15 17:41:11 (GMT)
commit717842fee57b5f1a51d967615aa751625174fc3f (patch)
tree5ed82363979dbecf19a41ba0bd06557fe1d206ac
parented0ed4ea7755559ee04aab8695cb91610f5e539a (diff)
downloadlinux-717842fee57b5f1a51d967615aa751625174fc3f.tar.xz
Staging: lustre: Remove space to improve code style.
Remove space to improve code style and follow kernel conventions. Signed-off-by: Vatika Harlalka <vatikaharlalka@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/lustre/lustre/llite/dcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/llite/dcache.c b/drivers/staging/lustre/lustre/llite/dcache.c
index 3078dd9..fe1fd05 100644
--- a/drivers/staging/lustre/lustre/llite/dcache.c
+++ b/drivers/staging/lustre/lustre/llite/dcache.c
@@ -128,7 +128,7 @@ static int find_cbdata(struct inode *inode)
rc = md_find_cbdata(sbi->ll_md_exp, ll_inode2fid(inode),
return_if_equal, NULL);
if (rc != 0)
- return rc;
+ return rc;
lsm = ccc_inode_lsm_get(inode);
if (lsm == NULL)