All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH dev-4.19 v3] Fix the name of the include file. It is a typo. Signed-off-by: FranHsu <Fran.Hsu@quantatw.com>
@ 2019-02-27  9:52 fran.hsu
  2019-02-27 23:45 ` Andrew Jeffery
  0 siblings, 1 reply; 3+ messages in thread
From: fran.hsu @ 2019-02-27  9:52 UTC (permalink / raw)
  To: Joel Stanley, Benjamin Fair, Emily Shaffer; +Cc: openbmc, FranHsu

From: FranHsu <Fran.Hsu@quantatw.com>

---
 arch/arm/boot/dts/nuvoton-npcm730-gsj.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/nuvoton-npcm730-gsj.dts b/arch/arm/boot/dts/nuvoton-npcm730-gsj.dts
index 411387ee2f62..998a7d451b7d 100644
--- a/arch/arm/boot/dts/nuvoton-npcm730-gsj.dts
+++ b/arch/arm/boot/dts/nuvoton-npcm730-gsj.dts
@@ -3,7 +3,7 @@
 
 /dts-v1/;
 #include "nuvoton-npcm730.dtsi"
-#include "nuvoton-npcm733-gsj-gpio.dtsi"
+#include "nuvoton-npcm730-gsj-gpio.dtsi"
 / {
 	model = "Quanta GSJ Board (Device Tree v2))";
 	compatible = "nuvoton,npcm750";
-- 
2.21.0

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

* Re: [PATCH dev-4.19 v3] Fix the name of the include file. It is a typo. Signed-off-by: FranHsu <Fran.Hsu@quantatw.com>
  2019-02-27  9:52 [PATCH dev-4.19 v3] Fix the name of the include file. It is a typo. Signed-off-by: FranHsu <Fran.Hsu@quantatw.com> fran.hsu
@ 2019-02-27 23:45 ` Andrew Jeffery
  2019-02-28 10:27   ` Fran Hsu (徐誌謙)
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Jeffery @ 2019-02-27 23:45 UTC (permalink / raw)
  To: fran.hsu, Joel Stanley, Benjamin Fair, Emily Shaffer; +Cc: openbmc



On Wed, 27 Feb 2019, at 20:26, fran.hsu@quantatw.com wrote:
> From: FranHsu <Fran.Hsu@quantatw.com>
> 

Missing the Signed-off-by line.

However, this patch should be squashed into patch 1. Please
do so and send a v2.

Cheers,

Andrew

> ---
>  arch/arm/boot/dts/nuvoton-npcm730-gsj.dts | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/nuvoton-npcm730-gsj.dts 
> b/arch/arm/boot/dts/nuvoton-npcm730-gsj.dts
> index 411387ee2f62..998a7d451b7d 100644
> --- a/arch/arm/boot/dts/nuvoton-npcm730-gsj.dts
> +++ b/arch/arm/boot/dts/nuvoton-npcm730-gsj.dts
> @@ -3,7 +3,7 @@
>  
>  /dts-v1/;
>  #include "nuvoton-npcm730.dtsi"
> -#include "nuvoton-npcm733-gsj-gpio.dtsi"
> +#include "nuvoton-npcm730-gsj-gpio.dtsi"
>  / {
>  	model = "Quanta GSJ Board (Device Tree v2))";
>  	compatible = "nuvoton,npcm750";
> -- 
> 2.21.0
> 
>

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

* RE: [PATCH dev-4.19 v3] Fix the name of the include file. It is a typo. Signed-off-by: FranHsu <Fran.Hsu@quantatw.com>
  2019-02-27 23:45 ` Andrew Jeffery
@ 2019-02-28 10:27   ` Fran Hsu (徐誌謙)
  0 siblings, 0 replies; 3+ messages in thread
From: Fran Hsu (徐誌謙) @ 2019-02-28 10:27 UTC (permalink / raw)
  To: Fran Hsu (徐誌謙); +Cc: openbmc

On Wed, 27 Feb 2019, at 20:26, fran.hsu@quantatw.com wrote:
> From: FranHsu <Fran.Hsu@quantatw.com>
> 

Missing the Signed-off-by line.

However, this patch should be squashed into patch 1. Please
do so and send a v2.

Cheers,

Andrew
Hi Andrew,
	Thanks,
> ---
>  arch/arm/boot/dts/nuvoton-npcm730-gsj.dts | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/nuvoton-npcm730-gsj.dts 
> b/arch/arm/boot/dts/nuvoton-npcm730-gsj.dts
> index 411387ee2f62..998a7d451b7d 100644
> --- a/arch/arm/boot/dts/nuvoton-npcm730-gsj.dts
> +++ b/arch/arm/boot/dts/nuvoton-npcm730-gsj.dts
> @@ -3,7 +3,7 @@
>  
>  /dts-v1/;
>  #include "nuvoton-npcm730.dtsi"
> -#include "nuvoton-npcm733-gsj-gpio.dtsi"
> +#include "nuvoton-npcm730-gsj-gpio.dtsi"
>  / {
>  	model = "Quanta GSJ Board (Device Tree v2))";
>  	compatible = "nuvoton,npcm750";
> -- 
> 2.21.0
> 
>

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

end of thread, other threads:[~2019-02-28 10:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-27  9:52 [PATCH dev-4.19 v3] Fix the name of the include file. It is a typo. Signed-off-by: FranHsu <Fran.Hsu@quantatw.com> fran.hsu
2019-02-27 23:45 ` Andrew Jeffery
2019-02-28 10:27   ` Fran Hsu (徐誌謙)

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.