mirror of
https://github.com/torvalds/linux.git
synced 2024-11-13 23:51:39 +00:00
memstick: ms_block: Fix spelling contraction "cant" -> "can't"
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>
This commit is contained in:
parent
8335928849
commit
60885bfb2a
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user