Skip to content

Commit e079be2

Browse files
JuliaLawallrichardweinberger
authored andcommitted
ubi: block: Fix typos in comments
Various spelling mistakes in comments. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall <[email protected]> Signed-off-by: Richard Weinberger <[email protected]>
1 parent b58b252 commit e079be2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/mtd/ubi/block.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ int ubiblock_create(struct ubi_volume_info *vi)
441441

442442
/*
443443
* Create one workqueue per volume (per registered block device).
444-
* Rembember workqueues are cheap, they're not threads.
444+
* Remember workqueues are cheap, they're not threads.
445445
*/
446446
dev->wq = alloc_workqueue("%s", 0, 0, gd->disk_name);
447447
if (!dev->wq) {

0 commit comments

Comments
 (0)