diff options
author | Matt Porter <matt.porter@linaro.org> | 2013-06-11 14:45:58 -0400 |
---|---|---|
committer | Christian Daudt <csd@broadcom.com> | 2013-06-20 14:13:22 -0700 |
commit | d22dc5ed2a6adc1692b11a64cd3235381e230425 (patch) | |
tree | d9d38333d8dbed83bc0e41abab4039b7708c7861 /arch/arm/boot/dts/bcm11351.dtsi | |
parent | 2dbfe74868dd0ed127b6758118468fe275e62508 (diff) |
ARM: dts: bcm281xx: change comment to C89 style
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>
Diffstat (limited to 'arch/arm/boot/dts/bcm11351.dtsi')
-rw-r--r-- | arch/arm/boot/dts/bcm11351.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/bcm11351.dtsi b/arch/arm/boot/dts/bcm11351.dtsi index c7944530d2c0..17979d5f23b4 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 { |