All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] cmd: pmic: update help description
@ 2018-01-03  8:10 Klaus Goger
  2018-01-03  8:56 ` Lukasz Majewski
  2018-01-19 21:13 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Klaus Goger @ 2018-01-03  8:10 UTC (permalink / raw)
  To: u-boot

Change help description to match the style of the other U-Boot commands
and get rid of the leading whitespace.

Signed-off-by: Klaus Goger <klaus.goger@theobroma-systems.com>

---

 cmd/pmic.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/pmic.c b/cmd/pmic.c
index 970767cdfa..7bf23fb2a9 100644
--- a/cmd/pmic.c
+++ b/cmd/pmic.c
@@ -201,7 +201,7 @@ static int do_pmic(cmd_tbl_t *cmdtp, int flag, int argc,
 }
 
 U_BOOT_CMD(pmic, CONFIG_SYS_MAXARGS, 1, do_pmic,
-	" operations",
+	"PMIC sub-system",
 	"list          - list pmic devices\n"
 	"pmic dev [name]    - show or [set] operating PMIC device\n"
 	"pmic dump          - dump registers\n"
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] cmd: pmic: update help description
  2018-01-03  8:10 [U-Boot] [PATCH] cmd: pmic: update help description Klaus Goger
@ 2018-01-03  8:56 ` Lukasz Majewski
  2018-01-19 21:13 ` [U-Boot] " Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Lukasz Majewski @ 2018-01-03  8:56 UTC (permalink / raw)
  To: u-boot

Hi Klaus,

> Change help description to match the style of the other U-Boot
> commands and get rid of the leading whitespace.
> 
> Signed-off-by: Klaus Goger <klaus.goger@theobroma-systems.com>
> 
> ---
> 
>  cmd/pmic.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/cmd/pmic.c b/cmd/pmic.c
> index 970767cdfa..7bf23fb2a9 100644
> --- a/cmd/pmic.c
> +++ b/cmd/pmic.c
> @@ -201,7 +201,7 @@ static int do_pmic(cmd_tbl_t *cmdtp, int flag,
> int argc, }
>  
>  U_BOOT_CMD(pmic, CONFIG_SYS_MAXARGS, 1, do_pmic,
> -	" operations",
> +	"PMIC sub-system",
>  	"list          - list pmic devices\n"
>  	"pmic dev [name]    - show or [set] operating PMIC device\n"
>  	"pmic dump          - dump registers\n"

Reviewed-by: Lukasz Majewski <lukma@denx.de>

Best regards,

Lukasz Majewski

--

DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180103/3d6d20d2/attachment.sig>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] cmd: pmic: update help description
  2018-01-03  8:10 [U-Boot] [PATCH] cmd: pmic: update help description Klaus Goger
  2018-01-03  8:56 ` Lukasz Majewski
@ 2018-01-19 21:13 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2018-01-19 21:13 UTC (permalink / raw)
  To: u-boot

On Wed, Jan 03, 2018 at 09:10:34AM +0100, Klaus Goger wrote:

> Change help description to match the style of the other U-Boot commands
> and get rid of the leading whitespace.
> 
> Signed-off-by: Klaus Goger <klaus.goger@theobroma-systems.com>
> Reviewed-by: Lukasz Majewski <lukma@denx.de>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180119/cb3862a6/attachment.sig>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-01-19 21:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-03  8:10 [U-Boot] [PATCH] cmd: pmic: update help description Klaus Goger
2018-01-03  8:56 ` Lukasz Majewski
2018-01-19 21:13 ` [U-Boot] " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.