mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
cmd_mtdparts.c: Correct "reseting" to "resetting" in error msgs
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
This commit is contained in:
parent
be2e5a09e6
commit
a22bf16bea
1 changed files with 3 additions and 3 deletions
|
|
@ -1420,7 +1420,7 @@ static int delete_partition(const char *id)
|
|||
return 1;
|
||||
|
||||
if (generate_mtdparts_save(last_parts, MTDPARTS_MAXLEN) != 0) {
|
||||
printf("generated mtdparts too long, reseting to null\n");
|
||||
printf("generated mtdparts too long, resetting to null\n");
|
||||
return 1;
|
||||
}
|
||||
return 0;
|
||||
|
|
@ -1518,7 +1518,7 @@ static int spread_partitions(void)
|
|||
index_partitions();
|
||||
|
||||
if (generate_mtdparts_save(last_parts, MTDPARTS_MAXLEN) != 0) {
|
||||
printf("generated mtdparts too long, reseting to null\n");
|
||||
printf("generated mtdparts too long, resetting to null\n");
|
||||
return 1;
|
||||
}
|
||||
return 0;
|
||||
|
|
@ -2016,7 +2016,7 @@ static int do_mtdparts(cmd_tbl_t *cmdtp, int flag, int argc,
|
|||
}
|
||||
|
||||
if (generate_mtdparts_save(last_parts, MTDPARTS_MAXLEN) != 0) {
|
||||
printf("generated mtdparts too long, reseting to null\n");
|
||||
printf("generated mtdparts too long, resetting to null\n");
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue