Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Colin Ian King and committed by
Ulf Hansson
309de450 9e1adca2

+1 -1
+1 -1
drivers/memstick/core/ms_block.c
··· 1223 1223 } 1224 1224 1225 1225 if (be16_to_cpu(page->header.block_id) != MS_BLOCK_BOOT_ID) { 1226 - dbg("the pba at %d doesn' contain boot block ID", pba); 1226 + dbg("the pba at %d doesn't contain boot block ID", pba); 1227 1227 continue; 1228 1228 } 1229 1229