[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1426705295-11890-1-git-send-email-maxime.lorrillere@lip6.fr>
Date: Wed, 18 Mar 2015 20:01:35 +0100
From: Maxime Lorrillere <maxime.lorrillere@...6.fr>
To: andreas.dilger@...el.com, gregkh@...uxfoundation.org
Cc: linux-kernel@...r.kernel.org, laure.millet@...6.fr,
maxime.lorrillere@...6.fr
Subject: [PATCH 4/4] staging: lustre: namei.c: coding style: fix quoted string split across lines
From: Laure Millet <laure.millet@...6.fr>
This patch fixes a quoted string split across lines.
Signed-off-by: Laure Millet <laure.millet@...6.fr>
Signed-off-by: Maxime Lorrillere <maxime.lorrillere@...6.fr>
---
drivers/staging/lustre/lustre/llite/namei.c | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/drivers/staging/lustre/lustre/llite/namei.c b/drivers/staging/lustre/lustre/llite/namei.c
index b99cb86..3fa529d 100644
--- a/drivers/staging/lustre/lustre/llite/namei.c
+++ b/drivers/staging/lustre/lustre/llite/namei.c
@@ -1112,10 +1112,9 @@ static int ll_rename(struct inode *old_dir, struct dentry *old_dentry,
int err;
CDEBUG(D_VFSTRACE,
- "VFS Op:oldname=%pd,src_dir=%lu/%u(%p),newname=%pd,"
- "tgt_dir=%lu/%u(%p)\n", old_dentry,
- old_dir->i_ino, old_dir->i_generation, old_dir, new_dentry,
- new_dir->i_ino, new_dir->i_generation, new_dir);
+ "VFS Op:oldname=%pd,src_dir=%lu/%u(%p),newname=%pd,tgt_dir=%lu/%u(%p)\n",
+ old_dentry, old_dir->i_ino, old_dir->i_generation, old_dir,
+ new_dentry, new_dir->i_ino, new_dir->i_generation, new_dir);
op_data = ll_prep_md_op_data(NULL, old_dir, new_dir, NULL, 0, 0,
LUSTRE_OPC_ANY, NULL);
--
1.7.10.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists