devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: shmobile: r8a7779 dtsi: Use tabs for indentation
@ 2014-08-28  8:21 Geert Uytterhoeven
  2014-08-28  8:21 ` [PATCH 2/2] ARM: shmobile: kzm9g-reference dts: " Geert Uytterhoeven
  2014-08-29  0:06 ` [PATCH 1/2] ARM: shmobile: r8a7779 dtsi: " Simon Horman
  0 siblings, 2 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2014-08-28  8:21 UTC (permalink / raw)
  To: Simon Horman, Magnus Damm; +Cc: devicetree, linux-sh, Geert Uytterhoeven

Checkpatch says:

ERROR: code indent should use tabs where possible

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 arch/arm/boot/dts/r8a7779.dtsi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/boot/dts/r8a7779.dtsi b/arch/arm/boot/dts/r8a7779.dtsi
index ddc89000854c..d25ed7b4aece 100644
--- a/arch/arm/boot/dts/r8a7779.dtsi
+++ b/arch/arm/boot/dts/r8a7779.dtsi
@@ -440,10 +440,10 @@
 		/* Gate clocks */
 		mstp0_clks: clocks@ffc80030 {
 			compatible = "renesas,r8a7779-mstp-clocks",
-			             "renesas,cpg-mstp-clocks";
+				     "renesas,cpg-mstp-clocks";
 			reg = <0xffc80030 4>;
 			clocks = <&cpg_clocks R8A7779_CLK_S>,
-			         <&cpg_clocks R8A7779_CLK_P>,
+				 <&cpg_clocks R8A7779_CLK_P>,
 				 <&cpg_clocks R8A7779_CLK_P>,
 				 <&cpg_clocks R8A7779_CLK_P>,
 				 <&cpg_clocks R8A7779_CLK_S>,
@@ -477,7 +477,7 @@
 		};
 		mstp1_clks: clocks@ffc80034 {
 			compatible = "renesas,r8a7779-mstp-clocks",
-			             "renesas,cpg-mstp-clocks";
+				     "renesas,cpg-mstp-clocks";
 			reg = <0xffc80034 4>, <0xffc80044 4>;
 			clocks = <&cpg_clocks R8A7779_CLK_P>,
 				 <&cpg_clocks R8A7779_CLK_P>,
@@ -506,7 +506,7 @@
 		};
 		mstp3_clks: clocks@ffc8003c {
 			compatible = "renesas,r8a7779-mstp-clocks",
-			             "renesas,cpg-mstp-clocks";
+				     "renesas,cpg-mstp-clocks";
 			reg = <0xffc8003c 4>;
 			clocks = <&s4_clk>, <&s4_clk>, <&s4_clk>, <&s4_clk>,
 				 <&s4_clk>, <&s4_clk>;
-- 
1.9.1


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

* [PATCH 2/2] ARM: shmobile: kzm9g-reference dts: Use tabs for indentation
  2014-08-28  8:21 [PATCH 1/2] ARM: shmobile: r8a7779 dtsi: Use tabs for indentation Geert Uytterhoeven
@ 2014-08-28  8:21 ` Geert Uytterhoeven
  2014-08-29  0:06   ` Simon Horman
  2014-08-29  0:06 ` [PATCH 1/2] ARM: shmobile: r8a7779 dtsi: " Simon Horman
  1 sibling, 1 reply; 4+ messages in thread
From: Geert Uytterhoeven @ 2014-08-28  8:21 UTC (permalink / raw)
  To: Simon Horman, Magnus Damm; +Cc: devicetree, linux-sh, Geert Uytterhoeven

Checkpatch says:

ERROR: code indent should use tabs where possible

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 arch/arm/boot/dts/sh73a0-kzm9g-reference.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts b/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts
index 18662aec2ec4..477f8153debd 100644
--- a/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts
+++ b/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts
@@ -66,7 +66,7 @@
 	};
 
 	vmmc_sdhi0: regulator@2 {
-	        compatible = "regulator-fixed";
+		compatible = "regulator-fixed";
 		regulator-name = "SDHI0 Vcc";
 		regulator-min-microvolt = <3300000>;
 		regulator-max-microvolt = <3300000>;
@@ -75,7 +75,7 @@
 	};
 
 	vmmc_sdhi2: regulator@3 {
-	        compatible = "regulator-fixed";
+		compatible = "regulator-fixed";
 		regulator-name = "SDHI2 Vcc";
 		regulator-min-microvolt = <3300000>;
 		regulator-max-microvolt = <3300000>;
-- 
1.9.1


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

* Re: [PATCH 1/2] ARM: shmobile: r8a7779 dtsi: Use tabs for indentation
  2014-08-28  8:21 [PATCH 1/2] ARM: shmobile: r8a7779 dtsi: Use tabs for indentation Geert Uytterhoeven
  2014-08-28  8:21 ` [PATCH 2/2] ARM: shmobile: kzm9g-reference dts: " Geert Uytterhoeven
@ 2014-08-29  0:06 ` Simon Horman
  1 sibling, 0 replies; 4+ messages in thread
From: Simon Horman @ 2014-08-29  0:06 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Magnus Damm, devicetree, linux-sh

On Thu, Aug 28, 2014 at 10:21:55AM +0200, Geert Uytterhoeven wrote:
> Checkpatch says:
> 
> ERROR: code indent should use tabs where possible

Thanks, I have queued this up.

> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
>  arch/arm/boot/dts/r8a7779.dtsi | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/r8a7779.dtsi b/arch/arm/boot/dts/r8a7779.dtsi
> index ddc89000854c..d25ed7b4aece 100644
> --- a/arch/arm/boot/dts/r8a7779.dtsi
> +++ b/arch/arm/boot/dts/r8a7779.dtsi
> @@ -440,10 +440,10 @@
>  		/* Gate clocks */
>  		mstp0_clks: clocks@ffc80030 {
>  			compatible = "renesas,r8a7779-mstp-clocks",
> -			             "renesas,cpg-mstp-clocks";
> +				     "renesas,cpg-mstp-clocks";
>  			reg = <0xffc80030 4>;
>  			clocks = <&cpg_clocks R8A7779_CLK_S>,
> -			         <&cpg_clocks R8A7779_CLK_P>,
> +				 <&cpg_clocks R8A7779_CLK_P>,
>  				 <&cpg_clocks R8A7779_CLK_P>,
>  				 <&cpg_clocks R8A7779_CLK_P>,
>  				 <&cpg_clocks R8A7779_CLK_S>,
> @@ -477,7 +477,7 @@
>  		};
>  		mstp1_clks: clocks@ffc80034 {
>  			compatible = "renesas,r8a7779-mstp-clocks",
> -			             "renesas,cpg-mstp-clocks";
> +				     "renesas,cpg-mstp-clocks";
>  			reg = <0xffc80034 4>, <0xffc80044 4>;
>  			clocks = <&cpg_clocks R8A7779_CLK_P>,
>  				 <&cpg_clocks R8A7779_CLK_P>,
> @@ -506,7 +506,7 @@
>  		};
>  		mstp3_clks: clocks@ffc8003c {
>  			compatible = "renesas,r8a7779-mstp-clocks",
> -			             "renesas,cpg-mstp-clocks";
> +				     "renesas,cpg-mstp-clocks";
>  			reg = <0xffc8003c 4>;
>  			clocks = <&s4_clk>, <&s4_clk>, <&s4_clk>, <&s4_clk>,
>  				 <&s4_clk>, <&s4_clk>;
> -- 
> 1.9.1
> 

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

* Re: [PATCH 2/2] ARM: shmobile: kzm9g-reference dts: Use tabs for indentation
  2014-08-28  8:21 ` [PATCH 2/2] ARM: shmobile: kzm9g-reference dts: " Geert Uytterhoeven
@ 2014-08-29  0:06   ` Simon Horman
  0 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2014-08-29  0:06 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Magnus Damm, devicetree, linux-sh

On Thu, Aug 28, 2014 at 10:21:56AM +0200, Geert Uytterhoeven wrote:
> Checkpatch says:
> 
> ERROR: code indent should use tabs where possible

Thanks, I have queued this up.

> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
>  arch/arm/boot/dts/sh73a0-kzm9g-reference.dts | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts b/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts
> index 18662aec2ec4..477f8153debd 100644
> --- a/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts
> +++ b/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts
> @@ -66,7 +66,7 @@
>  	};
>  
>  	vmmc_sdhi0: regulator@2 {
> -	        compatible = "regulator-fixed";
> +		compatible = "regulator-fixed";
>  		regulator-name = "SDHI0 Vcc";
>  		regulator-min-microvolt = <3300000>;
>  		regulator-max-microvolt = <3300000>;
> @@ -75,7 +75,7 @@
>  	};
>  
>  	vmmc_sdhi2: regulator@3 {
> -	        compatible = "regulator-fixed";
> +		compatible = "regulator-fixed";
>  		regulator-name = "SDHI2 Vcc";
>  		regulator-min-microvolt = <3300000>;
>  		regulator-max-microvolt = <3300000>;
> -- 
> 1.9.1
> 

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

end of thread, other threads:[~2014-08-29  0:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-28  8:21 [PATCH 1/2] ARM: shmobile: r8a7779 dtsi: Use tabs for indentation Geert Uytterhoeven
2014-08-28  8:21 ` [PATCH 2/2] ARM: shmobile: kzm9g-reference dts: " Geert Uytterhoeven
2014-08-29  0:06   ` Simon Horman
2014-08-29  0:06 ` [PATCH 1/2] ARM: shmobile: r8a7779 dtsi: " Simon Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).