aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/llite/namei.c
diff options
context:
space:
mode:
authorLaure Millet <laure.millet@lip6.fr>2015-03-18 19:49:47 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-03-18 21:46:56 +0100
commit07b249fa5b1aea27d4210af671de2a21eeeaac78 (patch)
tree951433b5e69e220905632a8f42c7f05dec8be562 /drivers/staging/lustre/lustre/llite/namei.c
parentStaging: lustre: namei.c: fix "foo * bar" should be "foo *bar" (diff)
downloadlinux-dev-07b249fa5b1aea27d4210af671de2a21eeeaac78.tar.xz
linux-dev-07b249fa5b1aea27d4210af671de2a21eeeaac78.zip
staging: lustre: namei.c: Fix trailing whitespace
This patch fixes a trailing whitespace in namei.c Signed-off-by: Laure Millet <laure.millet@lip6.fr> Signed-off-by: Maxime Lorrillere <maxime.lorrillere@lip6.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre/lustre/llite/namei.c')
-rw-r--r--drivers/staging/lustre/lustre/llite/namei.c2
1 files changed, 1 insertions, 1 deletions
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))