From: Simon Quigley <tsimonq2@ubuntu.com>
To: clm@fb.com
Cc: linux-btrfs@vger.kernel.org, linux-kernel@vger.kernel.org,
Simon Quigley <tsimonq2@ubuntu.com>
Subject: [PATCH 3/3] btrfs: backref: Fixed string error generated by Checkpatch
Date: Sat, 20 Feb 2016 19:31:14 -0600 [thread overview]
Message-ID: <1456018274-7847-3-git-send-email-tsimonq2@ubuntu.com> (raw)
In-Reply-To: <1456018274-7847-1-git-send-email-tsimonq2@ubuntu.com>
Checkpatch threw an error that this string was on two lines.
I put the string on one line and the variables on the other
Signed-off-by: Simon Quigley <tsimonq2@ubuntu.com>
---
fs/btrfs/backref.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/fs/btrfs/backref.c b/fs/btrfs/backref.c
index 632845a..6e694f7 100644
--- a/fs/btrfs/backref.c
+++ b/fs/btrfs/backref.c
@@ -1636,9 +1636,8 @@ static int iterate_leaf_refs(struct extent_inode_elem *inode_list,
int ret = 0;
for (eie = inode_list; eie; eie = eie->next) {
- pr_debug("ref for %llu resolved, key (%llu EXTEND_DATA %llu), "
- "root %llu\n", extent_item_objectid,
- eie->inum, eie->offset, root);
+ pr_debug("ref for %llu resolved, key (%llu EXTEND_DATA %llu), root %llu\n",
+ extent_item_objectid, eie->inum, eie->offset, root);
ret = iterate(eie->inum, eie->offset, root, ctx);
if (ret) {
pr_debug("stopping iteration for %llu due to ret=%d\n",
--
2.7.0
prev parent reply other threads:[~2016-02-21 1:31 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-21 1:31 [PATCH 1/3] btrfs: backref: String formatting fixes Simon Quigley
2016-02-21 1:31 ` [PATCH 2/3] btrfs: backref: Fixed string formatting error Simon Quigley
2016-02-21 1:31 ` Simon Quigley [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1456018274-7847-3-git-send-email-tsimonq2@ubuntu.com \
--to=tsimonq2@ubuntu.com \
--cc=clm@fb.com \
--cc=linux-btrfs@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).