Commit d22dc5ed authored by Matt Porter's avatar Matt Porter Committed by Christian Daudt
Browse files

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: default avatarMatt Porter <matt.porter@linaro.org>
Acked-by: default avatarChristian Daudt <csd@broadcom.com>
parent 2dbfe748
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {