summaryrefslogtreecommitdiff
path: root/chip/it83xx/system.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/it83xx/system.c')
-rw-r--r--chip/it83xx/system.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/chip/it83xx/system.c b/chip/it83xx/system.c
index f4ce1d6be9..64d6c09157 100644
--- a/chip/it83xx/system.c
+++ b/chip/it83xx/system.c
@@ -356,5 +356,4 @@ static int command_rw_ec_reg(int argc, char **argv)
DECLARE_CONSOLE_COMMAND(rwreg, command_rw_ec_reg,
"addr [value (byte)]",
"R/W EC/PNPCFG registers."
- " addr 0xec21xxyy for R/W PNPCFG, xx is LDN yy is IDX",
- NULL);
+ " addr 0xec21xxyy for R/W PNPCFG, xx is LDN yy is IDX");