Signed-off-by: Simon Horman <horms@xxxxxxxxxxxx> --- kexec/arch/mipsel/kexec-elf-mipsel.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Index: kexec-tools-testing-mips/kexec/arch/mipsel/kexec-elf-mipsel.c =================================================================== --- kexec-tools-testing-mips.orig/kexec/arch/mipsel/kexec-elf-mipsel.c 2008-03-05 11:12:44.000000000 +0900 +++ kexec-tools-testing-mips/kexec/arch/mipsel/kexec-elf-mipsel.c 2008-03-05 11:18:34.000000000 +0900 @@ -97,10 +97,10 @@ int elf_mipsel_probe(const char *buf, of void elf_mipsel_usage(void) { - printf - ( - " --command-line=STRING Set the kernel command line to STRING. \n" - " --append=STRING Set the kernel command line to STRING. \n"); + printf(" --command-line=STRING Set the kernel command line to " + "STRING.\n" + " --append=STRING Set the kernel command line to " + "STRING.\n"); } int elf_mipsel_load(int argc, char **argv, const char *buf, off_t len, -- -- Horms