projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b58b252
)
ubi: block: Fix typos in comments
author
Julia Lawall
<Julia.Lawall@inria.fr>
Mon, 14 Mar 2022 11:53:37 +0000
(12:53 +0100)
committer
Richard 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
patch
|
blob
|
history
diff --git
a/drivers/mtd/ubi/block.c
b/drivers/mtd/ubi/block.c
index 4fc7e756d88581c9dc6aef0399381b8a5216697f..75eaecc8639f00b32ad925167a41410792ad3a89 100644
(file)
--- a/
drivers/mtd/ubi/block.c
+++ b/
drivers/mtd/ubi/block.c
@@
-441,7
+441,7
@@
int ubiblock_create(struct ubi_volume_info *vi)
/*
* Create one workqueue per volume (per registered block device).
- * Rem
b
ember 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) {