diff options
author | aybuke ozdemir <[email protected]> | 2015-02-21 23:23:24 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2015-02-26 12:23:57 -0800 |
commit | 4f211c20faec32fa3803bdee97406355eb4b9be9 (patch) | |
tree | 11adb52258100ce7e65a05497f4e4860ccad7316 | |
parent | 692f2b6cc298b86b9386bb26ea457aae957cc6ff (diff) |
Staging: lustre: Removed unnecessary spaces
Fix checkpatch.pl issues with "unnecessary whitespace before a quoted
newline" in llite_lib.c
Signed-off-by: aybuke ozdemir <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/staging/lustre/lustre/llite/llite_lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/llite/llite_lib.c b/drivers/staging/lustre/lustre/llite/llite_lib.c index 4ebc28cf37dd..59f8387b4487 100644 --- a/drivers/staging/lustre/lustre/llite/llite_lib.c +++ b/drivers/staging/lustre/lustre/llite/llite_lib.c @@ -620,7 +620,7 @@ int ll_get_max_mdsize(struct ll_sb_info *sbi, int *lmmsize) rc = obd_get_info(NULL, sbi->ll_md_exp, sizeof(KEY_MAX_EASIZE), KEY_MAX_EASIZE, &size, lmmsize, NULL); if (rc) - CERROR("Get max mdsize error rc %d \n", rc); + CERROR("Get max mdsize error rc %d\n", rc); return rc; } |