From nobody Wed Apr 29 00:39:08 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id BF1CCC433F5 for ; Thu, 26 May 2022 20:36:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243614AbiEZUf6 (ORCPT ); Thu, 26 May 2022 16:35:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40042 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236036AbiEZUfz (ORCPT ); Thu, 26 May 2022 16:35:55 -0400 Received: from mail-ej1-x630.google.com (mail-ej1-x630.google.com [IPv6:2a00:1450:4864:20::630]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A96E4E15EA for ; Thu, 26 May 2022 13:35:54 -0700 (PDT) Received: by mail-ej1-x630.google.com with SMTP id jx22so5018755ejb.12 for ; Thu, 26 May 2022 13:35:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=g/SCC9DI4NqSSW7S/NUXkqtiUZch9ON7hJPhwPKitPQ=; b=tIaDNjPAhNPsJ43tXLVCNZIivpqGDhqstWZA9iDSu2T40KGEgEljzp6Zy4S/Xhs2H0 lRK/uMH62oMNOFTOdiwRKGJ8T2RUPylfyw1vk/DZTx4WpQxfOoHx5mx60kUlDCSQjdPP zC4DcR8j49DWqi5Zwq+tM60N27rRRdbQ1bgg+B5LEq/SUzrNrTh8ofqAA17pn2iQvXcn R7Sc7kAMttVR12JfEjxf7sz+DjOzL3XevhG3o/BvAZ75GM3i7bjTWKvW37knhyZsA3Ow itzhBYhSH8eei6TBX9IE+jJzghx/tYuPHs6zCFkvgdasSe944cZrbuQDP/JMpffso76a OrQg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=g/SCC9DI4NqSSW7S/NUXkqtiUZch9ON7hJPhwPKitPQ=; b=fkokgJIgl3gufb4jALYyfyJe5VP9w08dBzTFDwZf8ZNPCGqgB9OF+jSLsvUCn0RsFG bLc1Gp3xbwfIcjFQshB9qbI45wVKwffktRTw420BTNSq/lB3Yacd1z+ec3lfsW3+nEfl S8g51SvPj6pxVdY6dpuoZ7Mpo5McQjmncoB0kMkMCdfeIj93+aYuXN5DHAgVdtl5E7y/ IsGUqDReqBFm9vwC8pZG5cwt7OkCuxeC9c812Aax3r/V0P0YqwCG2vit5+MvNz10xG+c 1K+0AhGg0FIdQpvoSHgBqVv2mMVqt4ADMpJFLAVRwDKGQDqzwJiJagPlRtYcYCM3BSLu wjgA== X-Gm-Message-State: AOAM531ImkZbw/hTqmdXR5z/zeLWVakY+TS0m7nj8C2XLefGh/d7iEBJ S5Tth1pOStX9zq29XkczjdcCuA== X-Google-Smtp-Source: ABdhPJyHNl4pZZppIHg8EzNwgODTRV3IGY7nIC/Ip5fUERyopxZ5Oi+VGZrX3rjj0cMC/hCEOnFGEw== X-Received: by 2002:a17:906:25d8:b0:6fe:9f11:3906 with SMTP id n24-20020a17090625d800b006fe9f113906mr31337266ejb.538.1653597353195; Thu, 26 May 2022 13:35:53 -0700 (PDT) Received: from localhost.localdomain (xdsl-188-155-176-92.adslplus.ch. [188.155.176.92]) by smtp.gmail.com with ESMTPSA id w15-20020a17090652cf00b006fed8dfcf78sm807631ejn.225.2022.05.26.13.35.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 26 May 2022 13:35:52 -0700 (PDT) From: Krzysztof Kozlowski To: Rob Herring , Krzysztof Kozlowski , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski Subject: [PATCH] ARM: dts: sun5i: adjust whitespace around '=' Date: Thu, 26 May 2022 22:35:46 +0200 Message-Id: <20220526203547.830848-1-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Fix whitespace coding style: use single space instead of tabs or multiple spaces around '=3D' sign in property assignment. No functional changes (same DTB). Signed-off-by: Krzysztof Kozlowski Acked-by: Jernej Skrabec --- Output compared with dtx_diff and fdtdump. --- arch/arm/boot/dts/sun5i-a13-licheepi-one.dts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/boot/dts/sun5i-a13-licheepi-one.dts b/arch/arm/boot/d= ts/sun5i-a13-licheepi-one.dts index 2ce361f8fede..3a6c4bd0a44f 100644 --- a/arch/arm/boot/dts/sun5i-a13-licheepi-one.dts +++ b/arch/arm/boot/dts/sun5i-a13-licheepi-one.dts @@ -67,18 +67,18 @@ leds { compatible =3D "gpio-leds"; =20 led-0 { - label =3D"licheepi:red:usr"; + label =3D "licheepi:red:usr"; gpios =3D <&pio 2 5 GPIO_ACTIVE_LOW>; }; =20 led-1 { - label =3D"licheepi:green:usr"; + label =3D "licheepi:green:usr"; gpios =3D <&pio 2 19 GPIO_ACTIVE_LOW>; default-state =3D "on"; }; =20 led-2 { - label =3D"licheepi:blue:usr"; + label =3D "licheepi:blue:usr"; gpios =3D <&pio 2 4 GPIO_ACTIVE_LOW>; }; =20 --=20 2.34.1