diff mbox

[v2,09/16] ARM: dts: r8a7793: consistently use single space after =

Message ID 20180117161717.14589-10-horms+renesas@verge.net.au (mailing list archive)
State Accepted
Commit 93a4a46fa1a6b2cf51cfbdd2e46572e5d4dad57d
Delegated to: Simon Horman
Headers show

Commit Message

Simon Horman Jan. 17, 2018, 4:17 p.m. UTC
Consistently use a single space after a =.

This patch removes instances where a tab is used instead.  It also avoids
running over 80 columns in width in one of the lines where whitespace is
updated.

This patch should not introduce any functional change.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
v2
* New patch
---
 arch/arm/boot/dts/r8a7793.dtsi | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

Comments

Niklas Söderlund Jan. 18, 2018, 1:16 a.m. UTC | #1
Hi Simon,

thanks for your work.

On 2018-01-17 17:17:10 +0100, Simon Horman wrote:
> Consistently use a single space after a =.
> 
> This patch removes instances where a tab is used instead.  It also avoids
> running over 80 columns in width in one of the lines where whitespace is
> updated.
> 
> This patch should not introduce any functional change.
> 
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>

Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>

> ---
> v2
> * New patch
> ---
>  arch/arm/boot/dts/r8a7793.dtsi | 19 ++++++++++---------
>  1 file changed, 10 insertions(+), 9 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/r8a7793.dtsi b/arch/arm/boot/dts/r8a7793.dtsi
> index e95f4fb44dc4..ea4bc06c8e8a 100644
> --- a/arch/arm/boot/dts/r8a7793.dtsi
> +++ b/arch/arm/boot/dts/r8a7793.dtsi
> @@ -228,9 +228,9 @@
>  	};
>  
>  	thermal: thermal@e61f0000 {
> -		compatible =	"renesas,thermal-r8a7793",
> -				"renesas,rcar-gen2-thermal",
> -				"renesas,rcar-thermal";
> +		compatible = "renesas,thermal-r8a7793",
> +			     "renesas,rcar-gen2-thermal",
> +			     "renesas,rcar-thermal";
>  		reg = <0 0xe61f0000 0 0x10>, <0 0xe61f0100 0 0x38>;
>  		interrupts = <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
>  		clocks = <&cpg CPG_MOD 522>;
> @@ -1174,12 +1174,13 @@
>  		 * Single DAI : #sound-dai-cells = <0>;         <&rcar_sound>;
>  		 * Multi  DAI : #sound-dai-cells = <1>;         <&rcar_sound N>;
>  		 */
> -		compatible =  "renesas,rcar_sound-r8a7793", "renesas,rcar_sound-gen2";
> -		reg =	<0 0xec500000 0 0x1000>, /* SCU */
> -			<0 0xec5a0000 0 0x100>,  /* ADG */
> -			<0 0xec540000 0 0x1000>, /* SSIU */
> -			<0 0xec541000 0 0x280>,  /* SSI */
> -			<0 0xec740000 0 0x200>;  /* Audio DMAC peri peri*/
> +		compatible = "renesas,rcar_sound-r8a7793",
> +			     "renesas,rcar_sound-gen2";
> +		reg = <0 0xec500000 0 0x1000>, /* SCU */
> +		      <0 0xec5a0000 0 0x100>,  /* ADG */
> +		      <0 0xec540000 0 0x1000>, /* SSIU */
> +		      <0 0xec541000 0 0x280>,  /* SSI */
> +		      <0 0xec740000 0 0x200>;  /* Audio DMAC peri peri*/
>  		reg-names = "scu", "adg", "ssiu", "ssi", "audmapp";
>  
>  		clocks = <&cpg CPG_MOD 1005>,
> -- 
> 2.11.0
>
Geert Uytterhoeven Jan. 19, 2018, 8:51 a.m. UTC | #2
On Wed, Jan 17, 2018 at 5:17 PM, Simon Horman
<horms+renesas@verge.net.au> wrote:
> Consistently use a single space after a =.
>
> This patch removes instances where a tab is used instead.  It also avoids
> running over 80 columns in width in one of the lines where whitespace is
> updated.
>
> This patch should not introduce any functional change.
>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds
diff mbox

Patch

diff --git a/arch/arm/boot/dts/r8a7793.dtsi b/arch/arm/boot/dts/r8a7793.dtsi
index e95f4fb44dc4..ea4bc06c8e8a 100644
--- a/arch/arm/boot/dts/r8a7793.dtsi
+++ b/arch/arm/boot/dts/r8a7793.dtsi
@@ -228,9 +228,9 @@ 
 	};
 
 	thermal: thermal@e61f0000 {
-		compatible =	"renesas,thermal-r8a7793",
-				"renesas,rcar-gen2-thermal",
-				"renesas,rcar-thermal";
+		compatible = "renesas,thermal-r8a7793",
+			     "renesas,rcar-gen2-thermal",
+			     "renesas,rcar-thermal";
 		reg = <0 0xe61f0000 0 0x10>, <0 0xe61f0100 0 0x38>;
 		interrupts = <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
 		clocks = <&cpg CPG_MOD 522>;
@@ -1174,12 +1174,13 @@ 
 		 * Single DAI : #sound-dai-cells = <0>;         <&rcar_sound>;
 		 * Multi  DAI : #sound-dai-cells = <1>;         <&rcar_sound N>;
 		 */
-		compatible =  "renesas,rcar_sound-r8a7793", "renesas,rcar_sound-gen2";
-		reg =	<0 0xec500000 0 0x1000>, /* SCU */
-			<0 0xec5a0000 0 0x100>,  /* ADG */
-			<0 0xec540000 0 0x1000>, /* SSIU */
-			<0 0xec541000 0 0x280>,  /* SSI */
-			<0 0xec740000 0 0x200>;  /* Audio DMAC peri peri*/
+		compatible = "renesas,rcar_sound-r8a7793",
+			     "renesas,rcar_sound-gen2";
+		reg = <0 0xec500000 0 0x1000>, /* SCU */
+		      <0 0xec5a0000 0 0x100>,  /* ADG */
+		      <0 0xec540000 0 0x1000>, /* SSIU */
+		      <0 0xec541000 0 0x280>,  /* SSI */
+		      <0 0xec740000 0 0x200>;  /* Audio DMAC peri peri*/
 		reg-names = "scu", "adg", "ssiu", "ssi", "audmapp";
 
 		clocks = <&cpg CPG_MOD 1005>,