public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] cmd_mmc.c: Fix typo, "dislay" -> "display"
@ 2012-11-11 13:24 Robert P. J. Day
  2012-11-11 14:17 ` Benoît Thébaudeau
  2012-11-14 13:35 ` Anatolij Gustschin
  0 siblings, 2 replies; 6+ messages in thread
From: Robert P. J. Day @ 2012-11-11 13:24 UTC (permalink / raw)
  To: u-boot


Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

---

diff --git a/common/cmd_mmc.c b/common/cmd_mmc.c
index 62a1c22..4c19df7 100644
--- a/common/cmd_mmc.c
+++ b/common/cmd_mmc.c
@@ -144,7 +144,7 @@ static int do_mmcinfo(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
 U_BOOT_CMD(
 	mmcinfo, 1, 0, do_mmcinfo,
 	"display MMC info",
-	"- dislay info of the current MMC device"
+	"- display info of the current MMC device"
 );

 static int do_mmcops(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================

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

* [U-Boot] [PATCH] cmd_mmc.c: Fix typo, "dislay" -> "display"
  2012-11-11 13:24 [U-Boot] [PATCH] cmd_mmc.c: Fix typo, "dislay" -> "display" Robert P. J. Day
@ 2012-11-11 14:17 ` Benoît Thébaudeau
  2012-11-11 14:45   ` Robert P. J. Day
  2012-11-14 13:35 ` Anatolij Gustschin
  1 sibling, 1 reply; 6+ messages in thread
From: Benoît Thébaudeau @ 2012-11-11 14:17 UTC (permalink / raw)
  To: u-boot

Dear Robert P. J. Day,

On Sunday, November 11, 2012 2:24:44 PM, Robert P. J. Day wrote:
> Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
> 
> ---
> 
> diff --git a/common/cmd_mmc.c b/common/cmd_mmc.c
> index 62a1c22..4c19df7 100644
> --- a/common/cmd_mmc.c
> +++ b/common/cmd_mmc.c
> @@ -144,7 +144,7 @@ static int do_mmcinfo(cmd_tbl_t *cmdtp, int flag,
> int argc, char * const argv[])
>  U_BOOT_CMD(
>  	mmcinfo, 1, 0, do_mmcinfo,
>  	"display MMC info",
> -	"- dislay info of the current MMC device"
> +	"- display info of the current MMC device"
>  );
> 
>  static int do_mmcops(cmd_tbl_t *cmdtp, int flag, int argc, char *
>  const argv[])

Thanks for fixing my typo! ;)

Cc-ing Andy (MMC custodian).

Best regards,
Beno?t

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

* [U-Boot] [PATCH] cmd_mmc.c: Fix typo, "dislay" -> "display"
  2012-11-11 14:17 ` Benoît Thébaudeau
@ 2012-11-11 14:45   ` Robert P. J. Day
  2012-11-11 15:20     ` Wolfgang Denk
  0 siblings, 1 reply; 6+ messages in thread
From: Robert P. J. Day @ 2012-11-11 14:45 UTC (permalink / raw)
  To: u-boot

On Sun, 11 Nov 2012, Beno?t Th?baudeau wrote:

... snip ...

> Thanks for fixing my typo! ;)
>
> Cc-ing Andy (MMC custodian).

  i checked the MAINTAINERS file and didn't see an official MMC
maintainer, else i would have CCed my original post.  andy fleming's
name doesn't appear in that file.  should it?

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================

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

* [U-Boot] [PATCH] cmd_mmc.c: Fix typo, "dislay" -> "display"
  2012-11-11 14:45   ` Robert P. J. Day
@ 2012-11-11 15:20     ` Wolfgang Denk
  2012-11-11 15:24       ` Robert P. J. Day
  0 siblings, 1 reply; 6+ messages in thread
From: Wolfgang Denk @ 2012-11-11 15:20 UTC (permalink / raw)
  To: u-boot

Dear Robert,

In message <alpine.DEB.2.02.1211110943450.23306@oneiric> you wrote:
>
>   i checked the MAINTAINERS file and didn't see an official MMC
> maintainer, else i would have CCed my original post.  andy fleming's
> name doesn't appear in that file.  should it?

No.  MAINTAINERS is the list of _board_ maintainers, as the header
should explain ("Maintainers for U-Boot board support").  In case of
sub-systems like MMC you need to look up the responsible custodian -
see here: http://www.denx.de/wiki/U-Boot/Custodians

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
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
"Security is mostly a superstition. It does not  exist  in  nature...
Life is either a daring adventure or nothing."         - Helen Keller

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

* [U-Boot] [PATCH] cmd_mmc.c: Fix typo, "dislay" -> "display"
  2012-11-11 15:20     ` Wolfgang Denk
@ 2012-11-11 15:24       ` Robert P. J. Day
  0 siblings, 0 replies; 6+ messages in thread
From: Robert P. J. Day @ 2012-11-11 15:24 UTC (permalink / raw)
  To: u-boot

On Sun, 11 Nov 2012, Wolfgang Denk wrote:

> Dear Robert,
>
> In message <alpine.DEB.2.02.1211110943450.23306@oneiric> you wrote:
> >
> >   i checked the MAINTAINERS file and didn't see an official MMC
> > maintainer, else i would have CCed my original post.  andy fleming's
> > name doesn't appear in that file.  should it?
>
> No.  MAINTAINERS is the list of _board_ maintainers, as the header
> should explain ("Maintainers for U-Boot board support").  In case of
> sub-systems like MMC you need to look up the responsible custodian -
> see here: http://www.denx.de/wiki/U-Boot/Custodians

  ah, my mistake, apologies.  too used to kernel MAINTAINERS file ...

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================

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

* [U-Boot] [PATCH] cmd_mmc.c: Fix typo, "dislay" -> "display"
  2012-11-11 13:24 [U-Boot] [PATCH] cmd_mmc.c: Fix typo, "dislay" -> "display" Robert P. J. Day
  2012-11-11 14:17 ` Benoît Thébaudeau
@ 2012-11-14 13:35 ` Anatolij Gustschin
  1 sibling, 0 replies; 6+ messages in thread
From: Anatolij Gustschin @ 2012-11-14 13:35 UTC (permalink / raw)
  To: u-boot

Hi,

On Sun, 11 Nov 2012 08:24:44 -0500 (EST)
"Robert P. J. Day" <rpjday@crashcourse.ca> wrote:

> 
> Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
> 
> ---
> 
> diff --git a/common/cmd_mmc.c b/common/cmd_mmc.c
> index 62a1c22..4c19df7 100644
> --- a/common/cmd_mmc.c
> +++ b/common/cmd_mmc.c
> @@ -144,7 +144,7 @@ static int do_mmcinfo(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
>  U_BOOT_CMD(
>  	mmcinfo, 1, 0, do_mmcinfo,
>  	"display MMC info",
> -	"- dislay info of the current MMC device"
> +	"- display info of the current MMC device"
>  );
> 
>  static int do_mmcops(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])

Applied to staging/agust at denx.de, thanks! Andy, I hope it is okay if
this patch goes via staging tree.

Anatolij

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

end of thread, other threads:[~2012-11-14 13:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-11 13:24 [U-Boot] [PATCH] cmd_mmc.c: Fix typo, "dislay" -> "display" Robert P. J. Day
2012-11-11 14:17 ` Benoît Thébaudeau
2012-11-11 14:45   ` Robert P. J. Day
2012-11-11 15:20     ` Wolfgang Denk
2012-11-11 15:24       ` Robert P. J. Day
2012-11-14 13:35 ` Anatolij Gustschin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox