diff options
Diffstat (limited to 'arch/x86/boot/cmdline.c')
-rw-r--r-- | arch/x86/boot/cmdline.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/boot/cmdline.c b/arch/x86/boot/cmdline.c index cc65a33bf65..680408a0f46 100644 --- a/arch/x86/boot/cmdline.c +++ b/arch/x86/boot/cmdline.c @@ -107,7 +107,7 @@ int cmdline_find_option_bool(const char *option) u32 cmdline_ptr = boot_params.hdr.cmd_line_ptr; addr_t cptr; char c; - int pos =0 , wstart = 0; + int pos = 0, wstart = 0; const char *opptr = NULL; enum { st_wordstart, /* Start of word/after whitespace */ |