ARM: dts: bcm281xx: change comment to C89 style
authorMatt Porter <matt.porter@linaro.org>
Tue, 11 Jun 2013 18:45:58 +0000 (14:45 -0400)
committerChristian Daudt <csd@broadcom.com>
Thu, 20 Jun 2013 21:13:22 +0000 (14:13 -0700)
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

index c794453..17979d5 100644 (file)
@@ -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 {