linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Richard Weinberger <richard@nod.at>
To: linux-mtd@lists.infradead.org
Cc: linux-kernel@vger.kernel.org, Richard Weinberger <richard@nod.at>
Subject: [PATCH 3/7] ubi: Fix whitespace issue in count_fastmap_pebs()
Date: Tue, 14 Jun 2016 10:12:14 +0200	[thread overview]
Message-ID: <1465891938-4063-3-git-send-email-richard@nod.at> (raw)
In-Reply-To: <1465891938-4063-1-git-send-email-richard@nod.at>

Signed-off-by: Richard Weinberger <richard@nod.at>
---
 drivers/mtd/ubi/fastmap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mtd/ubi/fastmap.c b/drivers/mtd/ubi/fastmap.c
index 990898b..ab337e6 100644
--- a/drivers/mtd/ubi/fastmap.c
+++ b/drivers/mtd/ubi/fastmap.c
@@ -578,7 +578,7 @@ static int count_fastmap_pebs(struct ubi_attach_info *ai)
 	list_for_each_entry(aeb, &ai->free, u.list)
 		n++;
 
-	 ubi_rb_for_each_entry(rb1, av, &ai->volumes, rb)
+	ubi_rb_for_each_entry(rb1, av, &ai->volumes, rb)
 		ubi_rb_for_each_entry(rb2, aeb, &av->root, u.rb)
 			n++;
 
-- 
2.7.3

  parent reply	other threads:[~2016-06-14  8:12 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-14  8:12 [PATCH 1/7] ubi: Fix scan_fast() comment Richard Weinberger
2016-06-14  8:12 ` [PATCH 2/7] ubi: Introduce vol_ignored() Richard Weinberger
2016-06-14  8:12 ` Richard Weinberger [this message]
2016-06-14  8:12 ` [PATCH 4/7] ubi: Rework Fastmap attach base code Richard Weinberger
2016-06-14  8:12 ` [PATCH 5/7] ubi: Check whether the Fastmap anchor matches the super block Richard Weinberger
2016-06-14  8:12 ` [PATCH 6/7] ubi: Be more paranoid while seaching for the most recent Fastmap Richard Weinberger
2016-06-14  8:12 ` [PATCH 7/7] ubi: Use bitmaps in Fastmap self-check code Richard Weinberger

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=1465891938-4063-3-git-send-email-richard@nod.at \
    --to=richard@nod.at \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.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).