Skip to content

Commit 826eeaf

Browse files
krzktsbogend
authored andcommitted
MIPS: dts: add missing space before {
Add missing whitespace between node name/label and opening {. Signed-off-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
1 parent 531b3d1 commit 826eeaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/mips/boot/dts/mscc/serval_common.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
stdout-path = "serial0:115200n8";
2121
};
2222

23-
i2c0_imux: i2c0-imux{
23+
i2c0_imux: i2c0-imux {
2424
compatible = "i2c-mux-pinctrl";
2525
#address-cells = <1>;
2626
#size-cells = <0>;

arch/mips/boot/dts/pic32/pic32mzda.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
microchip,external-irqs = <3 8 13 18 23>;
7676
};
7777

78-
pic32_pinctrl: pinctrl@1f801400{
78+
pic32_pinctrl: pinctrl@1f801400 {
7979
#address-cells = <1>;
8080
#size-cells = <1>;
8181
compatible = "microchip,pic32mzda-pinctrl";

0 commit comments

Comments
 (0)