projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e1adca
)
ms_block: fix spelling mistake "doesn'" -> "doesn't"
author
Colin Ian King
<colin.king@canonical.com>
Mon, 10 Aug 2020 08:02:47 +0000
(09:02 +0100)
committer
Ulf Hansson
<ulf.hansson@linaro.org>
Mon, 7 Sep 2020 07:11:28 +0000
(09:11 +0200)
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>
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
1789542
..
8004dd6
100644
(file)
--- a/
drivers/memstick/core/ms_block.c
+++ b/
drivers/memstick/core/ms_block.c
@@
-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;
}