projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7171d9
)
cosmetic: fsl_pmic: cosmetic for the help message
author
Jason Liu
<jason.hui@linaro.org>
Wed, 21 Sep 2011 19:30:53 +0000
(19:30 +0000)
committer
Albert ARIBAUD
<albert.u.boot@aribaud.net>
Fri, 30 Sep 2011 20:01:00 +0000
(22:01 +0200)
This is cosmetic patch for the help message:
Before:
pmic dump [numregs] dump registers
After:
pmic dump [numregs] - dump registers
Signed-off-by: Jason Liu <jason.hui@linaro.org>
Acked-by: Stefano Babic <sbabic@denx.de>
drivers/misc/fsl_pmic.c
patch
|
blob
|
history
diff --git
a/drivers/misc/fsl_pmic.c
b/drivers/misc/fsl_pmic.c
index ef80ad949aed59f7578f082b5473671903c6fd70..23255a59b5588f3eb2d9e8716087cf26457ffe32 100644
(file)
--- a/
drivers/misc/fsl_pmic.c
+++ b/
drivers/misc/fsl_pmic.c
@@
-230,6
+230,6
@@
int do_pmic(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
U_BOOT_CMD(
pmic, CONFIG_SYS_MAXARGS, 1, do_pmic,
"Freescale PMIC (Atlas)",
- "dump [numregs] dump registers\n"
+ "dump [numregs]
-
dump registers\n"
"pmic write <reg> <value> - write register"
);