diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2015-05-03 12:54:35 +0300 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2015-05-10 11:22:24 +0300 |
commit | 8358aada4e4ba8fddbf792329e11dc4a9660c51f (patch) | |
tree | 395bbbcded6ae1e52af3d241220778e316390545 /arch/arm/boot/dts/sun5i.dtsi | |
parent | d8cacaa34f80e52c64610abe0666104efce8c8e1 (diff) | |
download | linux-8358aada4e4ba8fddbf792329e11dc4a9660c51f.tar.xz |
ARM: sunxi: dt: Fix whitespace errors
A few lines (probably copy pasted) have an indentation mixing tabs and
spaces that triggers a checkpatch warning.
Fix those, and while we're at it, fix the space-indented sections.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/sun5i.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sun5i.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sun5i.dtsi b/arch/arm/boot/dts/sun5i.dtsi index fb20ace0a03a..5f662435a935 100644 --- a/arch/arm/boot/dts/sun5i.dtsi +++ b/arch/arm/boot/dts/sun5i.dtsi @@ -277,7 +277,7 @@ usb_clk: clk@01c200cc { #clock-cells = <1>; - #reset-cells = <1>; + #reset-cells = <1>; compatible = "allwinner,sun5i-a13-usb-clk"; reg = <0x01c200cc 0x4>; clocks = <&pll6 1>; |