| To: | kexec@lists.infradead.org, linux-mips@linux-mips.org |
|---|---|
| Subject: | [patch 10/12] kexec-tools: mipsel: Fit elf_mipsel_usage() into 80 columns |
| From: | Simon Horman <horms@verge.net.au> |
| Date: | Thu, 06 Mar 2008 18:46:47 +0900 |
| Cc: | Tomasz Chmielewski <mangoo@wpkg.org>, Francesco Chiechi <francesco.chiechi@colibre.it> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <20080306094637.669665743@vergenet.net> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | quilt/0.46-1 |
Signed-off-by: Simon Horman <horms@verge.net.au>
---
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
|
| Previous by Date: | [patch 11/12] kexec-tools: mipsel: Fit elf_mipsel_load() into 80 columns, Simon Horman |
|---|---|
| Next by Date: | [patch 12/12] kexec-tools: mipsel: Define OPT_APPEND outside of any function, Simon Horman |
| Previous by Thread: | [patch 11/12] kexec-tools: mipsel: Fit elf_mipsel_load() into 80 columns, Simon Horman |
| Next by Thread: | [patch 12/12] kexec-tools: mipsel: Define OPT_APPEND outside of any function, Simon Horman |
| Indexes: | [Date] [Thread] [Top] [All Lists] |