From: Richard Weinberger Date: Tue, 14 Jun 2016 08:12:12 +0000 (+0200) Subject: ubi: Fix scan_fast() comment X-Git-Tag: v4.8-rc1~39^2~6 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=d139d300a9562fa6571ec95ac6fefd9b1a0a4fd7;p=linux.git ubi: Fix scan_fast() comment Signed-off-by: Richard Weinberger --- 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 *