[U-Boot] [PATCH] cosmetic: fsl_pmic: cosmetic for the help message
Stefano Babic
sbabic at denx.de
Thu Sep 22 11:18:09 CEST 2011
On 09/22/2011 07:30 AM, Jason Liu wrote:
> 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 at linaro.org>
> ---
> drivers/misc/fsl_pmic.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/misc/fsl_pmic.c b/drivers/misc/fsl_pmic.c
> index ef80ad9..23255a5 100644
> --- 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"
> );
Acked-by: Stefano Babic <sbabic at denx.de>
Jason, I apply it directly to u-boot-imx, next branch.
Best regards,
Stefano
--
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de
=====================================================================
More information about the U-Boot
mailing list