projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
554d21e
)
partitions/ldm: fix spelling mistake "to" -> "too"
author
Colin Ian King
<colin.king@canonical.com>
Thu, 23 Jan 2020 00:29:21 +0000
(
00:29
+0000)
committer
Jens Axboe
<axboe@kernel.dk>
Thu, 23 Jan 2020 18:41:45 +0000
(11:41 -0700)
There is a spelling mistake in a ldm_error message. Fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/partitions/ldm.c
patch
|
blob
|
history
diff --git
a/block/partitions/ldm.c
b/block/partitions/ldm.c
index
fe5d970
..
a2d97ee
100644
(file)
--- a/
block/partitions/ldm.c
+++ b/
block/partitions/ldm.c
@@
-1233,7
+1233,7
@@
static bool ldm_frag_add (const u8 *data, int size, struct list_head *frags)
BUG_ON (!data || !frags);
if (size < 2 * VBLK_SIZE_HEAD) {
- ldm_error("Value of size is to small.");
+ ldm_error("Value of size is to
o
small.");
return false;
}