diff mbox

ARM: dts: bcm281xx: change comment to C89 style

Message ID 1370976358-18014-1-git-send-email-matt.porter@linaro.org
State Accepted
Commit d22dc5ed2a6adc1692b11a64cd3235381e230425
Headers show

Commit Message

Matt Porter June 11, 2013, 6:45 p.m. UTC
CodingStyle does not allow C99 style comments. Since the
dts files live in the kernel for now, make this compliant.

Signed-off-by: Matt Porter <matt.porter@linaro.org>
Acked-by: Christian Daudt <csd@broadcom.com>
---
 arch/arm/boot/dts/bcm11351.dtsi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Christian Daudt June 20, 2013, 9:14 p.m. UTC | #1
On 13-06-11 11:45 AM, Matt Porter wrote:
> CodingStyle does not allow C99 style comments. Since the
> dts files live in the kernel for now, make this compliant.
>
> Signed-off-by: Matt Porter <matt.porter@linaro.org>
> Acked-by: Christian Daudt <csd@broadcom.com>
> ---
>   arch/arm/boot/dts/bcm11351.dtsi |    2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/bcm11351.dtsi b/arch/arm/boot/dts/bcm11351.dtsi
> index 824bebe..0651a72 100644
> --- a/arch/arm/boot/dts/bcm11351.dtsi
> +++ b/arch/arm/boot/dts/bcm11351.dtsi
> @@ -36,7 +36,7 @@
>   
>   	smc@0x3404c000 {
>   		compatible = "bcm,bcm11351-smc", "bcm,kona-smc";
> -		reg = <0x3404c000 0x400>; //1 KiB in SRAM
> +		reg = <0x3404c000 0x400>; /* 1 KiB in SRAM */
>   	};
>   
>   	uart@3e000000 {
applied for for-3.11/dt
  thanks,
    csd
diff mbox

Patch

diff --git a/arch/arm/boot/dts/bcm11351.dtsi b/arch/arm/boot/dts/bcm11351.dtsi
index 824bebe..0651a72 100644
--- a/arch/arm/boot/dts/bcm11351.dtsi
+++ b/arch/arm/boot/dts/bcm11351.dtsi
@@ -36,7 +36,7 @@ 
 
 	smc@0x3404c000 {
 		compatible = "bcm,bcm11351-smc", "bcm,kona-smc";
-		reg = <0x3404c000 0x400>; //1 KiB in SRAM
+		reg = <0x3404c000 0x400>; /* 1 KiB in SRAM */
 	};
 
 	uart@3e000000 {