« Return to Thread: [patch 00/12] Intention to merge mipsel into kexec-tools-testing

[patch 10/12] kexec-tools: mipsel: Fit elf_mipsel_usage() into 80 columns

by Simon Horman :: Rate this Message:

Reply to Author | View in Thread

Signed-off-by: Simon Horman <horms@...>

---

 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


 « Return to Thread: [patch 00/12] Intention to merge mipsel into kexec-tools-testing