mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-24 20:54:10 +08:00
ms_block: fix spelling mistake "randomally" -> "randomly"
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>
This commit is contained in:
parent
3fb2009abc
commit
31cf72118d
@ -1087,7 +1087,7 @@ static u16 msb_get_free_block(struct msb_data *msb, int zone)
|
|||||||
|
|
||||||
pos %= msb->free_block_count[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);
|
msb->free_block_count[zone], pos);
|
||||||
|
|
||||||
pba = find_next_zero_bit(msb->used_blocks_bitmap,
|
pba = find_next_zero_bit(msb->used_blocks_bitmap,
|
||||||
|
Loading…
Reference in New Issue
Block a user