浏览代码

ubi: Fix whitespace issue in count_fastmap_pebs()

Signed-off-by: Richard Weinberger <richard@nod.at>
Richard Weinberger 9 年之前
父节点
当前提交
be8011053f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/mtd/ubi/fastmap.c

+ 1 - 1
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++;