OSDN Git Service

ubi: block: Fix typos in comments
authorJulia Lawall <Julia.Lawall@inria.fr>
Mon, 14 Mar 2022 11:53:37 +0000 (12:53 +0100)
committerRichard Weinberger <richard@nod.at>
Wed, 21 Sep 2022 09:32:27 +0000 (11:32 +0200)
Various spelling mistakes in comments.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: Richard Weinberger <richard@nod.at>
drivers/mtd/ubi/block.c

index 4fc7e75..75eaecc 100644 (file)
@@ -441,7 +441,7 @@ int ubiblock_create(struct ubi_volume_info *vi)
 
        /*
         * Create one workqueue per volume (per registered block device).
-        * Rembember workqueues are cheap, they're not threads.
+        * Remember workqueues are cheap, they're not threads.
         */
        dev->wq = alloc_workqueue("%s", 0, 0, gd->disk_name);
        if (!dev->wq) {