[openwrt/openwrt] apm821xx: apm821xx.dtsi fix comment styles

LEDE Commits lede-commits at lists.infradead.org
Sat Aug 29 11:16:04 EDT 2020


chunkeey pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/eb6bb94b12a1fa4326a7dad9cc96fcc8df6fb9e9

commit eb6bb94b12a1fa4326a7dad9cc96fcc8df6fb9e9
Author: Christian Lamparter <chunkeey at gmail.com>
AuthorDate: Wed Aug 12 22:08:42 2020 +0200

    apm821xx: apm821xx.dtsi fix comment styles
    
    Signed-off-by: Christian Lamparter <chunkeey at gmail.com>
---
 target/linux/apm821xx/dts/apm82181.dtsi | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/target/linux/apm821xx/dts/apm82181.dtsi b/target/linux/apm821xx/dts/apm82181.dtsi
index 27ec5c3ac9..606b341b96 100644
--- a/target/linux/apm821xx/dts/apm82181.dtsi
+++ b/target/linux/apm821xx/dts/apm82181.dtsi
@@ -463,7 +463,8 @@
 			dcr-reg = <0x100 0x020>;
 			sdr-base = <0x300>;
 
-			/* Outbound ranges, one memory and one IO,
+			/*
+			 * Outbound ranges, one memory and one IO,
 			 * later cannot be changed
 			 */
 			ranges = <0x02000000 0x00000000 0x80000000 0x0000000e 0x00000000 0x00000000 0x80000000>,
@@ -476,7 +477,8 @@
 			/* This drives busses 0x40 to 0x7f */
 			bus-range = <0x40 0x7f>;
 
-			/* Legacy interrupts (note the weird polarity, the bridge seems
+			/*
+			 * Legacy interrupts (note the weird polarity, the bridge seems
 			 * to invert PCIe legacy interrupts).
 			 * We are de-swizzling here because the numbers are actually for
 			 * port of the root complex virtual P2P bridge. But I want



More information about the lede-commits mailing list