* [U-Boot] [PATCH] cosmetic: boards.cfg: fix some maintainers fields
@ 2014-07-22 3:58 Masahiro Yamada
2014-07-22 6:15 ` Bo Shen
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Masahiro Yamada @ 2014-07-22 3:58 UTC (permalink / raw)
To: u-boot
Add a whitespace between the name and the email address.
When switching to Kconfig, the first version of MAINTAINERS files
will be generated based on the boards.cfg file.
So, the maintainers field should be corrected even if it is a really
minor fix.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
---
boards.cfg | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/boards.cfg b/boards.cfg
index 3be1e0d..1808131 100644
--- a/boards.cfg
+++ b/boards.cfg
@@ -106,8 +106,8 @@ Active arm arm926ejs at91 atmel at91sam9263ek
Active arm arm926ejs at91 atmel at91sam9263ek at91sam9263ek_nandflash at91sam9263ek:AT91SAM9263,SYS_USE_NANDFLASH Stelian Pop <stelian@popies.net>
Active arm arm926ejs at91 atmel at91sam9263ek at91sam9263ek_norflash at91sam9263ek:AT91SAM9263,SYS_USE_NORFLASH Stelian Pop <stelian@popies.net>
Active arm arm926ejs at91 atmel at91sam9263ek at91sam9263ek_norflash_boot at91sam9263ek:AT91SAM9263,SYS_USE_BOOT_NORFLASH Stelian Pop <stelian@popies.net>
-Active arm arm926ejs at91 atmel at91sam9m10g45ek at91sam9m10g45ek_mmc at91sam9m10g45ek:AT91SAM9M10G45,SYS_USE_MMC Bo Shen<voice.shen@atmel.com>
-Active arm arm926ejs at91 atmel at91sam9m10g45ek at91sam9m10g45ek_nandflash at91sam9m10g45ek:AT91SAM9M10G45,SYS_USE_NANDFLASH Bo Shen<voice.shen@atmel.com>
+Active arm arm926ejs at91 atmel at91sam9m10g45ek at91sam9m10g45ek_mmc at91sam9m10g45ek:AT91SAM9M10G45,SYS_USE_MMC Bo Shen <voice.shen@atmel.com>
+Active arm arm926ejs at91 atmel at91sam9m10g45ek at91sam9m10g45ek_nandflash at91sam9m10g45ek:AT91SAM9M10G45,SYS_USE_NANDFLASH Bo Shen <voice.shen@atmel.com>
Active arm arm926ejs at91 atmel at91sam9n12ek at91sam9n12ek_mmc at91sam9n12ek:AT91SAM9N12,SYS_USE_MMC Josh Wu <josh.wu@atmel.com>
Active arm arm926ejs at91 atmel at91sam9n12ek at91sam9n12ek_nandflash at91sam9n12ek:AT91SAM9N12,SYS_USE_NANDFLASH Josh Wu <josh.wu@atmel.com>
Active arm arm926ejs at91 atmel at91sam9n12ek at91sam9n12ek_spiflash at91sam9n12ek:AT91SAM9N12,SYS_USE_SPIFLASH Josh Wu <josh.wu@atmel.com>
--
1.9.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH] cosmetic: boards.cfg: fix some maintainers fields
2014-07-22 3:58 [U-Boot] [PATCH] cosmetic: boards.cfg: fix some maintainers fields Masahiro Yamada
@ 2014-07-22 6:15 ` Bo Shen
2014-07-25 15:28 ` Simon Glass
2014-07-29 15:57 ` [U-Boot] " Tom Rini
2 siblings, 0 replies; 4+ messages in thread
From: Bo Shen @ 2014-07-22 6:15 UTC (permalink / raw)
To: u-boot
Hi Masahiro,
Thanks.
On 07/22/2014 11:58 AM, Masahiro Yamada wrote:
> Add a whitespace between the name and the email address.
>
> When switching to Kconfig, the first version of MAINTAINERS files
> will be generated based on the boards.cfg file.
>
> So, the maintainers field should be corrected even if it is a really
> minor fix.
>
> Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Bo Shen <voice.shen@atmel.com>
> ---
> boards.cfg | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/boards.cfg b/boards.cfg
> index 3be1e0d..1808131 100644
> --- a/boards.cfg
> +++ b/boards.cfg
> @@ -106,8 +106,8 @@ Active arm arm926ejs at91 atmel at91sam9263ek
> Active arm arm926ejs at91 atmel at91sam9263ek at91sam9263ek_nandflash at91sam9263ek:AT91SAM9263,SYS_USE_NANDFLASH Stelian Pop <stelian@popies.net>
> Active arm arm926ejs at91 atmel at91sam9263ek at91sam9263ek_norflash at91sam9263ek:AT91SAM9263,SYS_USE_NORFLASH Stelian Pop <stelian@popies.net>
> Active arm arm926ejs at91 atmel at91sam9263ek at91sam9263ek_norflash_boot at91sam9263ek:AT91SAM9263,SYS_USE_BOOT_NORFLASH Stelian Pop <stelian@popies.net>
> -Active arm arm926ejs at91 atmel at91sam9m10g45ek at91sam9m10g45ek_mmc at91sam9m10g45ek:AT91SAM9M10G45,SYS_USE_MMC Bo Shen<voice.shen@atmel.com>
> -Active arm arm926ejs at91 atmel at91sam9m10g45ek at91sam9m10g45ek_nandflash at91sam9m10g45ek:AT91SAM9M10G45,SYS_USE_NANDFLASH Bo Shen<voice.shen@atmel.com>
> +Active arm arm926ejs at91 atmel at91sam9m10g45ek at91sam9m10g45ek_mmc at91sam9m10g45ek:AT91SAM9M10G45,SYS_USE_MMC Bo Shen <voice.shen@atmel.com>
> +Active arm arm926ejs at91 atmel at91sam9m10g45ek at91sam9m10g45ek_nandflash at91sam9m10g45ek:AT91SAM9M10G45,SYS_USE_NANDFLASH Bo Shen <voice.shen@atmel.com>
> Active arm arm926ejs at91 atmel at91sam9n12ek at91sam9n12ek_mmc at91sam9n12ek:AT91SAM9N12,SYS_USE_MMC Josh Wu <josh.wu@atmel.com>
> Active arm arm926ejs at91 atmel at91sam9n12ek at91sam9n12ek_nandflash at91sam9n12ek:AT91SAM9N12,SYS_USE_NANDFLASH Josh Wu <josh.wu@atmel.com>
> Active arm arm926ejs at91 atmel at91sam9n12ek at91sam9n12ek_spiflash at91sam9n12ek:AT91SAM9N12,SYS_USE_SPIFLASH Josh Wu <josh.wu@atmel.com>
>
Best Regards,
Bo Shen
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH] cosmetic: boards.cfg: fix some maintainers fields
2014-07-22 3:58 [U-Boot] [PATCH] cosmetic: boards.cfg: fix some maintainers fields Masahiro Yamada
2014-07-22 6:15 ` Bo Shen
@ 2014-07-25 15:28 ` Simon Glass
2014-07-29 15:57 ` [U-Boot] " Tom Rini
2 siblings, 0 replies; 4+ messages in thread
From: Simon Glass @ 2014-07-25 15:28 UTC (permalink / raw)
To: u-boot
On 22 July 2014 04:58, Masahiro Yamada <yamada.m@jp.panasonic.com> wrote:
> Add a whitespace between the name and the email address.
>
> When switching to Kconfig, the first version of MAINTAINERS files
> will be generated based on the boards.cfg file.
>
> So, the maintainers field should be corrected even if it is a really
> minor fix.
>
> Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Simon Glass <sjg@chromium.org>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] cosmetic: boards.cfg: fix some maintainers fields
2014-07-22 3:58 [U-Boot] [PATCH] cosmetic: boards.cfg: fix some maintainers fields Masahiro Yamada
2014-07-22 6:15 ` Bo Shen
2014-07-25 15:28 ` Simon Glass
@ 2014-07-29 15:57 ` Tom Rini
2 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2014-07-29 15:57 UTC (permalink / raw)
To: u-boot
On Tue, Jul 22, 2014 at 12:58:30PM +0900, Masahiro Yamada wrote:
> Add a whitespace between the name and the email address.
>
> When switching to Kconfig, the first version of MAINTAINERS files
> will be generated based on the boards.cfg file.
>
> So, the maintainers field should be corrected even if it is a really
> minor fix.
>
> Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
> Acked-by: Bo Shen <voice.shen@atmel.com>
> Acked-by: Simon Glass <sjg@chromium.org>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140729/defb74b6/attachment.pgp>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-07-29 15:57 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-22 3:58 [U-Boot] [PATCH] cosmetic: boards.cfg: fix some maintainers fields Masahiro Yamada
2014-07-22 6:15 ` Bo Shen
2014-07-25 15:28 ` Simon Glass
2014-07-29 15:57 ` [U-Boot] " Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox