Signed-off-by: Simon Horman <horms@xxxxxxxxxxxx> --- kexec/arch/mipsel/kexec-elf-mipsel.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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:44:06.000000000 +0900 +++ kexec-tools-testing-mips/kexec/arch/mipsel/kexec-elf-mipsel.c 2008-03-05 11:44:06.000000000 +0900 @@ -128,7 +128,8 @@ int elf_mipsel_load(int argc, char **arg static const char short_options[] = KEXEC_ARCH_OPT_STR "d"; command_line = 0; - while ((opt = getopt_long(argc, argv, short_options, options, 0)) != -1) { + while ((opt = getopt_long(argc, argv, short_options, + options, 0)) != -1) { switch (opt) { default: /* Ignore core options */ -- -- Horms