diff options
Diffstat (limited to 'src/arch')
| -rw-r--r-- | src/arch/i386/hci/commands/pxe_cmd.c | 5 | ||||
| -rw-r--r-- | src/arch/i386/hci/commands/reboot_cmd.c | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/src/arch/i386/hci/commands/pxe_cmd.c b/src/arch/i386/hci/commands/pxe_cmd.c index 8d572117b..79585cde8 100644 --- a/src/arch/i386/hci/commands/pxe_cmd.c +++ b/src/arch/i386/hci/commands/pxe_cmd.c @@ -33,7 +33,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); /** "startpxe" command descriptor */ static struct command_descriptor startpxe_cmd = COMMAND_DESC ( struct ifcommon_options, ifcommon_opts, 0, MAX_ARGUMENTS, - "[<interface>]", "" ); + "[<interface>]" ); /** * "startpxe" payload @@ -68,8 +68,7 @@ static struct option_descriptor stoppxe_opts[] = {}; /** "stoppxe" command descriptor */ static struct command_descriptor stoppxe_cmd = - COMMAND_DESC ( struct stoppxe_options, stoppxe_opts, 0, 0, - "", "" ); + COMMAND_DESC ( struct stoppxe_options, stoppxe_opts, 0, 0, "" ); /** * The "stoppxe" command diff --git a/src/arch/i386/hci/commands/reboot_cmd.c b/src/arch/i386/hci/commands/reboot_cmd.c index 39e05af54..d6a1d9a36 100644 --- a/src/arch/i386/hci/commands/reboot_cmd.c +++ b/src/arch/i386/hci/commands/reboot_cmd.c @@ -36,7 +36,7 @@ static struct option_descriptor reboot_opts[] = {}; /** "reboot" command descriptor */ static struct command_descriptor reboot_cmd = - COMMAND_DESC ( struct reboot_options, reboot_opts, 0, 0, "", "" ); + COMMAND_DESC ( struct reboot_options, reboot_opts, 0, 0, "" ); /** * The "reboot" command |
