Loading block/partitions/ldm.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 too small."); return false; } Loading Loading
block/partitions/ldm.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 too small."); return false; } Loading