summaryrefslogtreecommitdiff
path: root/common/fan.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/fan.c')
-rw-r--r--common/fan.c12
1 files changed, 4 insertions, 8 deletions
diff --git a/common/fan.c b/common/fan.c
index ae6a9fea98..6f4425bdc9 100644
--- a/common/fan.c
+++ b/common/fan.c
@@ -132,8 +132,7 @@ static int cc_fanauto(int argc, char **argv)
}
DECLARE_CONSOLE_COMMAND(fanauto, cc_fanauto,
"{fan}",
- "Enable thermal fan control",
- NULL);
+ "Enable thermal fan control");
/* Return 0 for off, 1 for on, -1 for unknown */
static int is_powered(int fan)
@@ -188,8 +187,7 @@ static int cc_faninfo(int argc, char **argv)
}
DECLARE_CONSOLE_COMMAND(faninfo, cc_faninfo,
NULL,
- "Print fan info",
- NULL);
+ "Print fan info");
static int cc_fanset(int argc, char **argv)
{
@@ -241,8 +239,7 @@ static int cc_fanset(int argc, char **argv)
}
DECLARE_CONSOLE_COMMAND(fanset, cc_fanset,
"{fan} (rpm | pct%)",
- "Set fan speed",
- NULL);
+ "Set fan speed");
static int cc_fanduty(int argc, char **argv)
{
@@ -276,8 +273,7 @@ static int cc_fanduty(int argc, char **argv)
}
DECLARE_CONSOLE_COMMAND(fanduty, cc_fanduty,
"{fan} percent",
- "Set fan duty cycle",
- NULL);
+ "Set fan duty cycle");
/*****************************************************************************/
/* DPTF interface functions */