* [PATCH] kirkwood: fix spelling mistake
@ 2016-11-17 20:29 p.wassi at gmx.at
2016-11-17 21:00 ` Andrew Lunn
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: p.wassi at gmx.at @ 2016-11-17 20:29 UTC (permalink / raw)
To: linux-arm-kernel
From: Paul Wassi <p.wassi@gmx.at>
Fix a spelling mistake in arch/arm/boot/dts/kirkwood-topkick.dts
Signed-off-by: Paul Wassi <p.wassi@gmx.at>
---
The manufacturer's name is Univer*s*al Scientific Industrial...
Compare with footer of page here:
http://www.usish.com/english/products_topkick1281p2.php
arch/arm/boot/dts/kirkwood-topkick.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -rupN a/arch/arm/boot/dts/kirkwood-topkick.dts b/arch/arm/boot/dts/kirkwood-topkick.dts
--- a/arch/arm/boot/dts/kirkwood-topkick.dts
+++ b/arch/arm/boot/dts/kirkwood-topkick.dts
@@ -4,7 +4,7 @@
#include "kirkwood-6282.dtsi"
/ {
- model = "Univeral Scientific Industrial Co. Topkick-1281P2";
+ model = "Universal Scientific Industrial Co. Topkick-1281P2";
compatible = "usi,topkick-1281P2", "usi,topkick", "marvell,kirkwood-88f6282", "marvell,kirkwood";
memory {
^ permalink raw reply [flat|nested] 6+ messages in thread* [PATCH] kirkwood: fix spelling mistake
2016-11-17 20:29 [PATCH] kirkwood: fix spelling mistake p.wassi at gmx.at
@ 2016-11-17 21:00 ` Andrew Lunn
2016-11-17 21:02 ` Andrew Lunn
2016-11-18 13:02 ` Gregory CLEMENT
2 siblings, 0 replies; 6+ messages in thread
From: Andrew Lunn @ 2016-11-17 21:00 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Nov 17, 2016 at 09:29:47PM +0100, p.wassi at gmx.at wrote:
> From: Paul Wassi <p.wassi@gmx.at>
>
> Fix a spelling mistake in arch/arm/boot/dts/kirkwood-topkick.dts
>
> Signed-off-by: Paul Wassi <p.wassi@gmx.at>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Thanks
Andrew
^ permalink raw reply [flat|nested] 6+ messages in thread* [PATCH] kirkwood: fix spelling mistake
2016-11-17 20:29 [PATCH] kirkwood: fix spelling mistake p.wassi at gmx.at
2016-11-17 21:00 ` Andrew Lunn
@ 2016-11-17 21:02 ` Andrew Lunn
2016-11-18 6:02 ` p.wassi at gmx.at
2016-11-18 13:02 ` Gregory CLEMENT
2 siblings, 1 reply; 6+ messages in thread
From: Andrew Lunn @ 2016-11-17 21:02 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Nov 17, 2016 at 09:29:47PM +0100, p.wassi at gmx.at wrote:
> From: Paul Wassi <p.wassi@gmx.at>
Hi Paul
You should also send the patch to the Marvell MVEBU
maintainers. Otherwise it can fall through the cracks.
Andrew
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH] kirkwood: fix spelling mistake
2016-11-17 21:02 ` Andrew Lunn
@ 2016-11-18 6:02 ` p.wassi at gmx.at
2016-11-18 13:04 ` Gregory CLEMENT
0 siblings, 1 reply; 6+ messages in thread
From: p.wassi at gmx.at @ 2016-11-18 6:02 UTC (permalink / raw)
To: linux-arm-kernel
Hi Andrew,
> You should also send the patch to the Marvell MVEBU
> maintainers.
how do I find Marvell mvebu maintainers?
The list in
https://www.kernel.org/doc/linux/MAINTAINERS
(line 1429) references mvebu/kirkwood and gave me the
mailing list's address. Should the other two maintainers
be addressed directly?
Best regards,
P. Wassi
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH] kirkwood: fix spelling mistake
2016-11-18 6:02 ` p.wassi at gmx.at
@ 2016-11-18 13:04 ` Gregory CLEMENT
0 siblings, 0 replies; 6+ messages in thread
From: Gregory CLEMENT @ 2016-11-18 13:04 UTC (permalink / raw)
To: linux-arm-kernel
Hi Paul,
On ven., nov. 18 2016, p.wassi at gmx.at wrote:
> Hi Andrew,
>
>> You should also send the patch to the Marvell MVEBU
>> maintainers.
>
> how do I find Marvell mvebu maintainers?
> The list in
> https://www.kernel.org/doc/linux/MAINTAINERS
> (line 1429) references mvebu/kirkwood and gave me the
> mailing list's address. Should the other two maintainers
> be addressed directly?
About putting the maintainer in Cc. Using ./scripts/get_maintainer.pl
coudl help you to find the people to put in CC. For example for your
patch:
Jason Cooper <jason@lakedaemon.net> (maintainer:ARM/Marvell Kirkwood and Armada 370, 375, 38x,...)
Andrew Lunn <andrew@lunn.ch> (maintainer:ARM/Marvell Kirkwood and Armada 370, 375, 38x,...)
Gregory Clement <gregory.clement@free-electrons.com> (maintainer:ARM/Marvell Kirkwood and Armada 370, 375, 38x,...)
Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> (maintainer:ARM/Marvell Kirkwood and Armada 370, 375, 38x,...)
So indeed you should put the 4 co-maintainers in Cc.
Thanks,
Gregory
--
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH] kirkwood: fix spelling mistake
2016-11-17 20:29 [PATCH] kirkwood: fix spelling mistake p.wassi at gmx.at
2016-11-17 21:00 ` Andrew Lunn
2016-11-17 21:02 ` Andrew Lunn
@ 2016-11-18 13:02 ` Gregory CLEMENT
2 siblings, 0 replies; 6+ messages in thread
From: Gregory CLEMENT @ 2016-11-18 13:02 UTC (permalink / raw)
To: linux-arm-kernel
Hi Paul,
On jeu., nov. 17 2016, p.wassi at gmx.at wrote:
> From: Paul Wassi <p.wassi@gmx.at>
>
> Fix a spelling mistake in arch/arm/boot/dts/kirkwood-topkick.dts
>
> Signed-off-by: Paul Wassi <p.wassi@gmx.at>
Applied on mvebu/dt.
I fix the title, as for patcj modifying the dts, the title should start
by "ARM: dts: ". I also added the comment from the email which add more
inforamtion that the original commit log.
Thanks,
Gregory
> ---
> The manufacturer's name is Univer*s*al Scientific Industrial...
> Compare with footer of page here:
> http://www.usish.com/english/products_topkick1281p2.php
>
> arch/arm/boot/dts/kirkwood-topkick.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff -rupN a/arch/arm/boot/dts/kirkwood-topkick.dts b/arch/arm/boot/dts/kirkwood-topkick.dts
> --- a/arch/arm/boot/dts/kirkwood-topkick.dts
> +++ b/arch/arm/boot/dts/kirkwood-topkick.dts
> @@ -4,7 +4,7 @@
> #include "kirkwood-6282.dtsi"
>
> / {
> - model = "Univeral Scientific Industrial Co. Topkick-1281P2";
> + model = "Universal Scientific Industrial Co. Topkick-1281P2";
> compatible = "usi,topkick-1281P2", "usi,topkick", "marvell,kirkwood-88f6282", "marvell,kirkwood";
>
> memory {
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
--
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2016-11-18 13:04 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-17 20:29 [PATCH] kirkwood: fix spelling mistake p.wassi at gmx.at
2016-11-17 21:00 ` Andrew Lunn
2016-11-17 21:02 ` Andrew Lunn
2016-11-18 6:02 ` p.wassi at gmx.at
2016-11-18 13:04 ` Gregory CLEMENT
2016-11-18 13:02 ` Gregory CLEMENT
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.