summaryrefslogtreecommitdiff
path: root/driver/battery/bq27621_g1.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/battery/bq27621_g1.c')
-rw-r--r--driver/battery/bq27621_g1.c21
1 files changed, 7 insertions, 14 deletions
diff --git a/driver/battery/bq27621_g1.c b/driver/battery/bq27621_g1.c
index e08e700522..c55d452c87 100644
--- a/driver/battery/bq27621_g1.c
+++ b/driver/battery/bq27621_g1.c
@@ -576,8 +576,7 @@ static int command_fgunseal(int argc, char **argv)
DECLARE_CONSOLE_COMMAND(fgunseal, command_fgunseal,
"",
- "Unseal the fg",
- NULL);
+ "Unseal the fg");
static int command_fgseal(int argc, char **argv)
{
@@ -593,8 +592,7 @@ static int command_fgseal(int argc, char **argv)
DECLARE_CONSOLE_COMMAND(fgseal, command_fgseal,
"",
- "Seal the fg",
- NULL);
+ "Seal the fg");
static int command_fginit(int argc, char **argv)
{
@@ -629,8 +627,7 @@ static int command_fginit(int argc, char **argv)
DECLARE_CONSOLE_COMMAND(fginit, command_fginit,
"[force]",
- "Initialize the fg",
- NULL);
+ "Initialize the fg");
static int command_fgprobe(int argc, char **argv)
{
@@ -646,8 +643,7 @@ static int command_fgprobe(int argc, char **argv)
DECLARE_CONSOLE_COMMAND(fgprobe, command_fgprobe,
"",
- "Probe the fg",
- NULL);
+ "Probe the fg");
static int command_fgrd(int argc, char **argv)
{
@@ -681,8 +677,7 @@ static int command_fgrd(int argc, char **argv)
DECLARE_CONSOLE_COMMAND(fgrd, command_fgrd,
"cmd len",
- "Read _len_ words from the fg",
- NULL);
+ "Read _len_ words from the fg");
static int command_fgcmd(int argc, char **argv)
{
@@ -718,8 +713,7 @@ static int command_fgcmd(int argc, char **argv)
DECLARE_CONSOLE_COMMAND(fgcmd, command_fgcmd,
"cmd data [byte]",
- "Send a cmd to the fg",
- NULL);
+ "Send a cmd to the fg");
static int command_fgcmdrd(int argc, char **argv)
{
@@ -747,8 +741,7 @@ static int command_fgcmdrd(int argc, char **argv)
DECLARE_CONSOLE_COMMAND(fgcmdrd, command_fgcmdrd,
"cmd data",
- "Send a 2-byte cmd to the fg, read back the 2-byte result",
- NULL);
+ "Send a 2-byte cmd to the fg, read back the 2-byte result");
#endif /* CONFIG_CMD_BATDEBUG */