summaryrefslogtreecommitdiffstats
path: root/common/cmd_strings.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/cmd_strings.c')
-rw-r--r--common/cmd_strings.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/cmd_strings.c b/common/cmd_strings.c
index 144a6c18d7..2986324bc0 100644
--- a/common/cmd_strings.c
+++ b/common/cmd_strings.c
@@ -38,7 +38,8 @@ int do_strings(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
return 0;
}
-U_BOOT_CMD(strings, 3, 1, do_strings,
+U_BOOT_CMD(
+ strings, 3, 1, do_strings,
"display strings",
"<addr> [byte count]\n"
" - display strings at <addr> for at least [byte count] or first double NUL"
OpenPOWER on IntegriCloud