[PATCH 3/4] staging: lustre: namei.c: Fix trailing whitespace

From: Maxime Lorrillere
Date: Wed Mar 18 2015 - 14:59:11 EST


From: Laure Millet <laure.millet@xxxxxxx>

This patch fixes a trailing whitespace in namei.c

Signed-off-by: Laure Millet <laure.millet@xxxxxxx>
Signed-off-by: Maxime Lorrillere <maxime.lorrillere@xxxxxxx>
---
drivers/staging/lustre/lustre/llite/namei.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/lustre/lustre/llite/namei.c b/drivers/staging/lustre/lustre/llite/namei.c
index 477dae1..b99cb86 100644
--- a/drivers/staging/lustre/lustre/llite/namei.c
+++ b/drivers/staging/lustre/lustre/llite/namei.c
@@ -1034,7 +1034,7 @@ static int ll_rmdir(struct inode *dir, struct dentry *dentry)
dentry, dir->i_ino, dir->i_generation, dir);

op_data = ll_prep_md_op_data(NULL, dir, NULL,
- dentry->d_name.name,
+ dentry->d_name.name,
dentry->d_name.len,
S_IFDIR, LUSTRE_OPC_ANY, NULL);
if (IS_ERR(op_data))
--
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/