usb_storage: constify us_direction lookup table
[platform/kernel/u-boot.git] / common / cmd_license.c
index 90fd57e..70645d5 100644 (file)
@@ -49,7 +49,8 @@ int do_license(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
        return 0;
 }
 
-U_BOOT_CMD(license, 1, 1, do_license,
+U_BOOT_CMD(
+       license, 1, 1, do_license,
        "print GPL license text",
        ""
 );