Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1548617
| From | Colin King <colin.king@canonical.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] memstick: fix spelling mistake: "randomally" -> "randomly" |
| Date | 2016-12-30 15:30 +0100 |
| Message-ID | <sU6lX-5wb-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: Colin Ian King <colin.king@canonical.com>
Trivial fix to spelling mistake in dbg_verbose message
Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
drivers/memstick/core/ms_block.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/memstick/core/ms_block.c b/drivers/memstick/core/ms_block.c
index f3512404..85a53e3 100644
--- a/drivers/memstick/core/ms_block.c
+++ b/drivers/memstick/core/ms_block.c
@@ -1091,7 +1091,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 randomally: %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,
--
2.10.2
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] memstick: fix spelling mistake: "randomally" -> "randomly" Colin King <colin.king@canonical.com> - 2016-12-30 15:30 +0100
csiph-web