Commit e079be2c authored by Julia Lawall's avatar Julia Lawall Committed by Richard Weinberger

ubi: block: Fix typos in comments

Various spelling mistakes in comments.
Detected with the help of Coccinelle.
Signed-off-by: default avatarJulia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent b58b2528
...@@ -441,7 +441,7 @@ int ubiblock_create(struct ubi_volume_info *vi) ...@@ -441,7 +441,7 @@ int ubiblock_create(struct ubi_volume_info *vi)
/* /*
* Create one workqueue per volume (per registered block device). * 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); dev->wq = alloc_workqueue("%s", 0, 0, gd->disk_name);
if (!dev->wq) { if (!dev->wq) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment