*: bb_error_msg's messages should not be capitalized
This commit is contained in:
@ -97,7 +97,7 @@ int flash_eraseall_main(int argc UNUSED_PARAM, char **argv)
|
||||
if (clmlen > 8)
|
||||
clmlen = 8;
|
||||
if (clmlen == 0)
|
||||
bb_error_msg_and_die("Autoplacement selected and no empty space in oob");
|
||||
bb_error_msg_and_die("autoplacement selected and no empty space in oob");
|
||||
} else {
|
||||
/* Legacy mode */
|
||||
switch (meminfo.oobsize) {
|
||||
|
Reference in New Issue
Block a user