mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-17 13:58:46 +00:00
ms_block: fix spelling mistake "doesn'" -> "doesn't"
There is a spelling mistake in a debug message. Fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Link: https://lore.kernel.org/r/20200810080247.47024-1-colin.king@canonical.com Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
This commit is contained in:
parent
9e1adca201
commit
309de450d7
@ -1223,7 +1223,7 @@ static int msb_read_boot_blocks(struct msb_data *msb)
|
||||
}
|
||||
|
||||
if (be16_to_cpu(page->header.block_id) != MS_BLOCK_BOOT_ID) {
|
||||
dbg("the pba at %d doesn' contain boot block ID", pba);
|
||||
dbg("the pba at %d doesn't contain boot block ID", pba);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user