summaryrefslogtreecommitdiff
path: root/kexec/arch/sh/kexec-zImage-sh.c
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2007-02-01 17:09:16 +0900
committerSimon Horman <horms@verge.net.au>2007-02-01 17:16:53 +0900
commit843c2d1ec1bbd2a1c46c99aa24eb1ae0b2109bd6 (patch)
tree24e51e9e5d30611d601f46f636b3ff5b344e211b /kexec/arch/sh/kexec-zImage-sh.c
parent35917b5e76e8aef49920cc9693c94863f4ae507b (diff)
kexec-tools: Remove trailing whitespace in sh code
Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'kexec/arch/sh/kexec-zImage-sh.c')
-rw-r--r--kexec/arch/sh/kexec-zImage-sh.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/kexec/arch/sh/kexec-zImage-sh.c b/kexec/arch/sh/kexec-zImage-sh.c
index 9527fb6..93ae08b 100644
--- a/kexec/arch/sh/kexec-zImage-sh.c
+++ b/kexec/arch/sh/kexec-zImage-sh.c
@@ -46,7 +46,6 @@ int zImage_sh_probe(const char *buf, off_t len)
void zImage_sh_usage(void)
{
printf(
-
" --append=STRING Set the kernel command line to STRING.\n"
" --empty-zero=ADDRESS Set the kernel top ADDRESS. \n\n");
@@ -84,7 +83,7 @@ int zImage_sh_load(int argc, char **argv, const char *buf, off_t len,
command_line = optarg;
break;
case OPT_EMPTYZERO:
- empty_zero = get_empty_zero(optarg);
+ empty_zero = get_empty_zero(optarg);
break;
}
}