diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2022-05-26 22:41:09 +0200 |
---|---|---|
committer | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2022-06-16 13:44:53 -0700 |
commit | bc5187b427ddbfefd533178c7af6af9fa3a0490d (patch) | |
tree | 9571dcbf8979223e76f20973a5ab6127574abb8a /arch/arm/boot/dts/at91-sam9x60ek.dts | |
parent | 94d0a03297615cad2d40b0f02ceab902a7339062 (diff) | |
download | lwn-bc5187b427ddbfefd533178c7af6af9fa3a0490d.tar.gz lwn-bc5187b427ddbfefd533178c7af6af9fa3a0490d.zip |
ARM: dts: at91: adjust whitespace around '='
Fix whitespace coding style: use single space instead of tabs or
multiple spaces around '=' sign in property assignment. No functional
changes (same DTB).
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220526204110.831805-2-krzysztof.kozlowski@linaro.org
Diffstat (limited to 'arch/arm/boot/dts/at91-sam9x60ek.dts')
-rw-r--r-- | arch/arm/boot/dts/at91-sam9x60ek.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/at91-sam9x60ek.dts b/arch/arm/boot/dts/at91-sam9x60ek.dts index 7719ea3d4933..886bc855daa4 100644 --- a/arch/arm/boot/dts/at91-sam9x60ek.dts +++ b/arch/arm/boot/dts/at91-sam9x60ek.dts @@ -85,7 +85,7 @@ sw1 { label = "SW1"; gpios = <&pioD 18 GPIO_ACTIVE_LOW>; - linux,code=<KEY_PROG1>; + linux,code = <KEY_PROG1>; wakeup-source; }; }; |