summaryrefslogtreecommitdiff
path: root/common/host_command.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/host_command.c')
-rw-r--r--common/host_command.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/common/host_command.c b/common/host_command.c
index 3fa537b0cf..86910499f1 100644
--- a/common/host_command.c
+++ b/common/host_command.c
@@ -868,8 +868,7 @@ static int command_host_command(int argc, char **argv)
}
DECLARE_CONSOLE_COMMAND(hostcmd, command_host_command,
"cmd ver param",
- "Fake host command",
- NULL);
+ "Fake host command");
#endif /* CONFIG_CMD_HOSTCMD */
#ifdef CONFIG_CMD_HCDEBUG
@@ -895,6 +894,5 @@ static int command_hcdebug(int argc, char **argv)
}
DECLARE_CONSOLE_COMMAND(hcdebug, command_hcdebug,
"hcdebug [off | normal | every | params]",
- "Set host command debug output mode",
- NULL);
+ "Set host command debug output mode");
#endif /* CONFIG_CMD_HCDEBUG */