]> Git Repo - J-u-boot.git/commitdiff
riscv: cosmetic: Reword do_reset() printf message.
authorRick Chen <[email protected]>
Wed, 3 Oct 2018 05:59:03 +0000 (13:59 +0800)
committerAndes <[email protected]>
Wed, 3 Oct 2018 09:49:27 +0000 (17:49 +0800)
The Sentence "reset unsupported yet" is not
grammatically correct and should say
"reset not supported yet" instead.

Suggested-by: Lukas Auer <[email protected]>
Signed-off-by: Rick Chen <[email protected]>
arch/riscv/lib/reset.c

index a6aa8e25943e8e7d69893a6f0be845bbc716a63d..b8cecb309dcf96d5a67750668efff74c5bbfb2bf 100644 (file)
@@ -10,7 +10,7 @@ int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
 {
        printf("resetting ...\n");
 
-       printf("reset unsupported yet\n");
+       printf("reset not supported yet\n");
        hang();
 
        return 0;
This page took 0.035817 seconds and 4 git commands to generate.