diff options
author | Julia Lawall <Julia.Lawall@inria.fr> | 2022-03-14 12:53:37 +0100 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2022-09-21 11:32:27 +0200 |
commit | e079be2c354aede45ce130027264611b276dcef1 (patch) | |
tree | 4c553db0303d9d0cc0bf9beda82b1a93ad6abfa4 /drivers | |
parent | b58b25280003f078f9b861656ca097074267f75a (diff) | |
download | linux-e079be2c354aede45ce130027264611b276dcef1.tar.bz2 |
ubi: block: Fix typos in comments
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/mtd/ubi/block.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/ubi/block.c b/drivers/mtd/ubi/block.c index 4fc7e756d885..75eaecc8639f 100644 --- 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). - * 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) { |