diff options
author | Richard Weinberger <richard@nod.at> | 2016-06-14 10:12:12 +0200 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2016-07-29 23:32:38 +0200 |
commit | d139d300a9562fa6571ec95ac6fefd9b1a0a4fd7 (patch) | |
tree | b5a2332fcca8e685c272414d4ae179083d047948 /drivers/mtd/ubi | |
parent | 13cd091364111508cc001aa66b5285fefe7cdd73 (diff) | |
download | linux-stable-d139d300a9562fa6571ec95ac6fefd9b1a0a4fd7.tar.gz linux-stable-d139d300a9562fa6571ec95ac6fefd9b1a0a4fd7.tar.bz2 linux-stable-d139d300a9562fa6571ec95ac6fefd9b1a0a4fd7.zip |
ubi: Fix scan_fast() comment
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'drivers/mtd/ubi')
-rw-r--r-- | drivers/mtd/ubi/attach.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/ubi/attach.c b/drivers/mtd/ubi/attach.c index c1aaf0336cf2..cc04ca89d899 100644 --- a/drivers/mtd/ubi/attach.c +++ b/drivers/mtd/ubi/attach.c @@ -1326,7 +1326,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 * |