mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 23:53:32 +00:00
ubi: Fix whitespace issue in count_fastmap_pebs()
Signed-off-by: Richard Weinberger <richard@nod.at>
This commit is contained in:
parent
243a4f8126
commit
be8011053f
1 changed files with 1 additions and 1 deletions
|
@ -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++;
|
||||
|
||||
|
|
Loading…
Reference in a new issue