projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8335928
)
memstick: ms_block: Fix spelling contraction "cant" -> "can't"
author
Colin Ian King
<colin.king@canonical.com>
Wed, 28 Jul 2021 10:32:54 +0000
(11:32 +0100)
committer
Ulf Hansson
<ulf.hansson@linaro.org>
Tue, 24 Aug 2021 08:15:33 +0000
(10:15 +0200)
There is a spelling mistake in a pr_err message. Fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link:
https://lore.kernel.org/r/20210728103254.171546-1-colin.king@canonical.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/memstick/core/ms_block.c
patch
|
blob
|
history
diff --git
a/drivers/memstick/core/ms_block.c
b/drivers/memstick/core/ms_block.c
index 4a4573fa7b0fac4636f20167a22bf2aee5e14b9e..acf36676e388d3877ead24d3158ade8473fc4e61 100644
(file)
--- a/
drivers/memstick/core/ms_block.c
+++ b/
drivers/memstick/core/ms_block.c
@@
-1105,7
+1105,7
@@
static u16 msb_get_free_block(struct msb_data *msb, int zone)
dbg_verbose("result of the free blocks scan: pba %d", pba);
if (pba == msb->block_count || (msb_get_zone_from_pba(pba)) != zone) {
- pr_err("BUG: cant get a free block");
+ pr_err("BUG: can
'
t get a free block");
msb->read_only = true;
return MS_BLOCK_INVALID;
}