]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cmd_strings.c
mmc: Implement card detection.
[karo-tx-uboot.git] / common / cmd_strings.c
index 144a6c18d7eed900d81bab6c3ac3e72d11a22ae0..2986324bc0185849826d85d8700dc2e2b0743cd9 100644 (file)
@@ -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"