From 07b249fa5b1aea27d4210af671de2a21eeeaac78 Mon Sep 17 00:00:00 2001 From: Laure Millet Date: Wed, 18 Mar 2015 19:49:47 +0100 Subject: staging: lustre: namei.c: Fix trailing whitespace This patch fixes a trailing whitespace in namei.c Signed-off-by: Laure Millet Signed-off-by: Maxime Lorrillere Signed-off-by: Greg Kroah-Hartman --- drivers/staging/lustre/lustre/llite/namei.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/staging/lustre/lustre/llite/namei.c') diff --git a/drivers/staging/lustre/lustre/llite/namei.c b/drivers/staging/lustre/lustre/llite/namei.c index 477dae11375e..b99cb86a2f84 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)) -- cgit v1.2.3-59-g8ed1b