]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cmd/host.c
cmd: mtdparts: fix uninitialized variable warning
[people/ms/u-boot.git] / cmd / host.c
index b427e541f1e92f51362b95729b5d79e36c9a0f97..080b7cfb1d8243dcfbcb091c704486723a160602 100644 (file)
@@ -9,7 +9,7 @@
 #include <fs.h>
 #include <part.h>
 #include <sandboxblockdev.h>
-#include <asm/errno.h>
+#include <linux/errno.h>
 
 static int host_curr_device = -1;
 
@@ -181,7 +181,7 @@ U_BOOT_CMD(
        "host ls hostfs - <filename>                    - list files on host\n"
        "host save hostfs - <addr> <filename> <bytes> [<offset>] - "
                "save a file to host\n"
-       "host size hostfs - <filename> - determine size of file on host"
+       "host size hostfs - <filename> - determine size of file on host\n"
        "host bind <dev> [<filename>] - bind \"host\" device to file\n"
        "host info [<dev>]            - show device binding & info\n"
        "host dev [<dev>] - Set or retrieve the current host device\n"