Skip to content

Commit

Permalink
ARM: dts: bcm281xx: change comment to C89 style
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Matt Porter authored and Christian Daudt committed Jun 20, 2013
1 parent 2dbfe74 commit d22dc5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/bcm11351.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d22dc5e

Please sign in to comment.