Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: exynos: white-space cleanups

Fixups some white-space issues. Checkpatch reported:

WARNING: Block comments should align the * on each line
WARNING: please, no spaces at the start of a line
ERROR: code indent should use tabs where possible

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Link: https://lore.kernel.org/r/20210315124313.114842-2-krzysztof.kozlowski@canonical.com

+41 -40
+1 -1
arch/arm/boot/dts/exynos4412-odroid-common.dtsi
··· 2 2 /* 3 3 * Common definition for Hardkernel's Exynos4412 based ODROID-X/X2/U2/U3 boards 4 4 * device tree source 5 - */ 5 + */ 6 6 7 7 #include <dt-bindings/sound/samsung-i2s.h> 8 8 #include <dt-bindings/input/input.h>
+2 -1
arch/arm/boot/dts/exynos4412-odroidx.dts
··· 84 84 ethernet: usbether@1 { 85 85 compatible = "usb0424,ec00"; 86 86 reg = <1>; 87 - local-mac-address = [00 00 00 00 00 00]; /* Filled in by a bootloader */ 87 + /* Filled in by a bootloader */ 88 + local-mac-address = [00 00 00 00 00 00]; 88 89 }; 89 90 }; 90 91 };
+24 -24
arch/arm/boot/dts/exynos4412-ppmu-common.dtsi
··· 7 7 */ 8 8 9 9 &ppmu_dmc0 { 10 - status = "okay"; 10 + status = "okay"; 11 11 12 - events { 13 - ppmu_dmc0_3: ppmu-event3-dmc0 { 14 - event-name = "ppmu-event3-dmc0"; 15 - }; 16 - }; 12 + events { 13 + ppmu_dmc0_3: ppmu-event3-dmc0 { 14 + event-name = "ppmu-event3-dmc0"; 15 + }; 16 + }; 17 17 }; 18 18 19 19 &ppmu_dmc1 { 20 - status = "okay"; 20 + status = "okay"; 21 21 22 - events { 23 - ppmu_dmc1_3: ppmu-event3-dmc1 { 24 - event-name = "ppmu-event3-dmc1"; 25 - }; 26 - }; 22 + events { 23 + ppmu_dmc1_3: ppmu-event3-dmc1 { 24 + event-name = "ppmu-event3-dmc1"; 25 + }; 26 + }; 27 27 }; 28 28 29 29 &ppmu_leftbus { 30 - status = "okay"; 30 + status = "okay"; 31 31 32 - events { 33 - ppmu_leftbus_3: ppmu-event3-leftbus { 34 - event-name = "ppmu-event3-leftbus"; 35 - }; 36 - }; 32 + events { 33 + ppmu_leftbus_3: ppmu-event3-leftbus { 34 + event-name = "ppmu-event3-leftbus"; 35 + }; 36 + }; 37 37 }; 38 38 39 39 &ppmu_rightbus { 40 - status = "okay"; 40 + status = "okay"; 41 41 42 - events { 43 - ppmu_rightbus_3: ppmu-event3-rightbus { 44 - event-name = "ppmu-event3-rightbus"; 45 - }; 46 - }; 42 + events { 43 + ppmu_rightbus_3: ppmu-event3-rightbus { 44 + event-name = "ppmu-event3-rightbus"; 45 + }; 46 + }; 47 47 };
+14 -14
arch/arm/boot/dts/exynos5410-pinctrl.dtsi
··· 235 235 interrupt-parent = <&combiner>; 236 236 #interrupt-cells = <2>; 237 237 interrupts = <23 0>, 238 - <24 0>, 239 - <25 0>, 240 - <25 1>, 241 - <26 0>, 242 - <26 1>, 243 - <27 0>, 244 - <27 1>; 238 + <24 0>, 239 + <25 0>, 240 + <25 1>, 241 + <26 0>, 242 + <26 1>, 243 + <27 0>, 244 + <27 1>; 245 245 }; 246 246 247 247 gpx1: gpx1 { ··· 252 252 interrupt-parent = <&combiner>; 253 253 #interrupt-cells = <2>; 254 254 interrupts = <28 0>, 255 - <28 1>, 256 - <29 0>, 257 - <29 1>, 258 - <30 0>, 259 - <30 1>, 260 - <31 0>, 261 - <31 1>; 255 + <28 1>, 256 + <29 0>, 257 + <29 1>, 258 + <30 0>, 259 + <30 1>, 260 + <31 0>, 261 + <31 1>; 262 262 }; 263 263 264 264 gpx2: gpx2 {