Commit 4a4f3a07 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski

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: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Link: https://lore.kernel.org/r/20210315124313.114842-2-krzysztof.kozlowski@canonical.com
parent 61342bc6
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/* /*
* Common definition for Hardkernel's Exynos4412 based ODROID-X/X2/U2/U3 boards * Common definition for Hardkernel's Exynos4412 based ODROID-X/X2/U2/U3 boards
* device tree source * device tree source
*/ */
#include <dt-bindings/sound/samsung-i2s.h> #include <dt-bindings/sound/samsung-i2s.h>
#include <dt-bindings/input/input.h> #include <dt-bindings/input/input.h>
......
...@@ -84,7 +84,8 @@ hub@1 { ...@@ -84,7 +84,8 @@ hub@1 {
ethernet: usbether@1 { ethernet: usbether@1 {
compatible = "usb0424,ec00"; compatible = "usb0424,ec00";
reg = <1>; reg = <1>;
local-mac-address = [00 00 00 00 00 00]; /* Filled in by a bootloader */ /* Filled in by a bootloader */
local-mac-address = [00 00 00 00 00 00];
}; };
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment