projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fb2009
)
ms_block: fix spelling mistake "randomally" -> "randomly"
author
Colin Ian King
<colin.king@canonical.com>
Wed, 11 Sep 2019 10:33:57 +0000
(11:33 +0100)
committer
Ulf Hansson
<ulf.hansson@linaro.org>
Wed, 11 Sep 2019 14:11:01 +0000
(16:11 +0200)
There is a spelling mistake in a dbg_verbose message. Fix it.
Signed-off-by: Colin Ian King <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 384927ebde74f62b8ce365c5e2f20670b9167fa7..d9ee8e3dc72daa80d517dd022a9cd098abf5aa68 100644
(file)
--- a/
drivers/memstick/core/ms_block.c
+++ b/
drivers/memstick/core/ms_block.c
@@
-1087,7
+1087,7
@@
static u16 msb_get_free_block(struct msb_data *msb, int zone)
pos %= msb->free_block_count[zone];
- dbg_verbose("have %d choices for a free block, selected random
al
ly: %d",
+ dbg_verbose("have %d choices for a free block, selected randomly: %d",
msb->free_block_count[zone], pos);
pba = find_next_zero_bit(msb->used_blocks_bitmap,