riscv: cosmetic: Reword do_reset() printf message.

The Sentence "reset unsupported yet" is not
grammatically correct and should say
"reset not supported yet" instead.

Suggested-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de>
Signed-off-by: Rick Chen <rick@andestech.com>
lime2-spi
Rick Chen 6 years ago committed by Andes
parent b984ddc2dd
commit 9d9b3dc0d5
  1. 2
      arch/riscv/lib/reset.c

@ -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;

Loading…
Cancel
Save