diff options
author | Simon Horman <horms@verge.net.au> | 2008-03-06 18:28:39 +0900 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2008-03-06 18:50:47 +0900 |
commit | 26101e9dffd99144253fc42c85c13962cb955ecd (patch) | |
tree | 95a3794d49c223458286704f3a63da4c6b2a4c10 | |
parent | 844430d1f70a815ee9bf1a7ea27a8387d02b70d3 (diff) |
kexec-tools: mipsel: Fit elf_mipsel_usage() into 80 columns
Signed-off-by: Simon Horman <horms@verge.net.au>
-rw-r--r-- | kexec/arch/mipsel/kexec-elf-mipsel.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kexec/arch/mipsel/kexec-elf-mipsel.c b/kexec/arch/mipsel/kexec-elf-mipsel.c index e3d6d80..af1bb13 100644 --- a/kexec/arch/mipsel/kexec-elf-mipsel.c +++ b/kexec/arch/mipsel/kexec-elf-mipsel.c @@ -97,10 +97,10 @@ int elf_mipsel_probe(const char *buf, off_t len) 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, |