Browse Source

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>
Vatika Harlalka 10 years ago
parent
commit
717842fee5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/lustre/lustre/llite/dcache.c

+ 1 - 1
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),
 	rc = md_find_cbdata(sbi->ll_md_exp, ll_inode2fid(inode),
 			    return_if_equal, NULL);
 			    return_if_equal, NULL);
 	if (rc != 0)
 	if (rc != 0)
-		 return rc;
+		return rc;
 
 
 	lsm = ccc_inode_lsm_get(inode);
 	lsm = ccc_inode_lsm_get(inode);
 	if (lsm == NULL)
 	if (lsm == NULL)