summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi
diff options
context:
space:
mode:
authorRichard Weinberger <richard@nod.at>2018-08-29 14:19:28 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2018-08-31 08:23:29 +0200
commitc20b864fec3797c1e5d91a959d88f66050cfb2ab (patch)
treef25a61b053c7275cc3e809a39e52414982292868 /drivers/mtd/ubi
parent7930e78bad0e2c83216e81271eb804b742c2c2ef (diff)
downloadbarebox-c20b864fec3797c1e5d91a959d88f66050cfb2ab.tar.gz
barebox-c20b864fec3797c1e5d91a959d88f66050cfb2ab.tar.xz
ubi: Fix scan_fast() comment
Signed-off-by: Richard Weinberger <richard@nod.at> Signed-off-by: Teresa Remmet <t.remmet@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/mtd/ubi')
-rw-r--r--drivers/mtd/ubi/attach.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/ubi/attach.c b/drivers/mtd/ubi/attach.c
index e9c34c0cc8..b6f03ed59f 100644
--- a/drivers/mtd/ubi/attach.c
+++ b/drivers/mtd/ubi/attach.c
@@ -1305,7 +1305,7 @@ static struct ubi_attach_info *alloc_ai(void)
#ifdef CONFIG_MTD_UBI_FASTMAP
/**
- * scan_fastmap - try to find a fastmap and attach from it.
+ * scan_fast - try to find a fastmap and attach from it.
* @ubi: UBI device description object
* @ai: attach info object
*