summaryrefslogtreecommitdiff
path: root/common/thermal.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/thermal.c')
-rw-r--r--common/thermal.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/common/thermal.c b/common/thermal.c
index d8a0ba52de..bd9ed7fbf0 100644
--- a/common/thermal.c
+++ b/common/thermal.c
@@ -200,8 +200,7 @@ static int command_thermalget(int argc, char **argv)
}
DECLARE_CONSOLE_COMMAND(thermalget, command_thermalget,
NULL,
- "Print thermal parameters (degrees Kelvin)",
- NULL);
+ "Print thermal parameters (degrees Kelvin)");
static int command_thermalset(int argc, char **argv)
@@ -248,8 +247,7 @@ static int command_thermalset(int argc, char **argv)
DECLARE_CONSOLE_COMMAND(thermalset, command_thermalset,
"sensor warn [high [shutdown [fan_off [fan_max]]]]",
"Set thermal parameters (degrees Kelvin)."
- " Use -1 to skip.",
- NULL);
+ " Use -1 to skip.");
/*****************************************************************************/
/* Host commands. We'll reuse the host command number, but this is version 1,