From: ChaosEsque Team <chaosesqueteam@gmail.com>
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Cc: Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>, Chen-Yu Tsai <wens@csie.org>,
Jernej Skrabec <jernej.skrabec@gmail.com>,
Samuel Holland <samuel@sholland.org>,
devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ARM: dts: allwinner: Minor whitespace cleanup
Date: Thu, 2 Oct 2025 12:27:35 -0400 [thread overview]
Message-ID: <CALC8CXf+FJDcYLr4NwZMesa0kaPABw4j5Jy1bOU3XX7UJ1VcqA@mail.gmail.com> (raw)
In-Reply-To: <20250819131752.86948-2-krzysztof.kozlowski@linaro.org>
KRZYSZTOF KOZLOWSKI... So... Kyrgastani Polish guy?
Doesn't sound Russkie. Bet the ethnic Russians (Rysskiy) oppress your
ancestors. Who had to just TAKE IT. How does that make you feel?
On Tue, Aug 19, 2025 at 9:25 AM Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org> wrote:
>
> The DTS code coding style expects exactly one space around '=' or '{'
> characters.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
> arch/arm/boot/dts/allwinner/sun4i-a10-olinuxino-lime.dts | 2 +-
> arch/arm/boot/dts/allwinner/sun8i-q8-common.dtsi | 2 +-
> arch/arm/boot/dts/allwinner/sun8i-r40.dtsi | 2 +-
> arch/arm/boot/dts/allwinner/sun8i-v3s-netcube-kumquat.dts | 2 +-
> 4 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/arch/arm/boot/dts/allwinner/sun4i-a10-olinuxino-lime.dts b/arch/arm/boot/dts/allwinner/sun4i-a10-olinuxino-lime.dts
> index 83d283cf6633..d425d9ee83db 100644
> --- a/arch/arm/boot/dts/allwinner/sun4i-a10-olinuxino-lime.dts
> +++ b/arch/arm/boot/dts/allwinner/sun4i-a10-olinuxino-lime.dts
> @@ -218,7 +218,7 @@ &usb_otg {
> &usbphy {
> usb0_id_det-gpios = <&pio 7 4 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>; /* PH4 */
> usb0_vbus_det-gpios = <&pio 7 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>; /* PH5 */
> - usb0_vbus-supply = <®_usb0_vbus>;
> + usb0_vbus-supply = <®_usb0_vbus>;
> usb1_vbus-supply = <®_usb1_vbus>;
> usb2_vbus-supply = <®_usb2_vbus>;
> status = "okay";
> diff --git a/arch/arm/boot/dts/allwinner/sun8i-q8-common.dtsi b/arch/arm/boot/dts/allwinner/sun8i-q8-common.dtsi
> index 272584881bb2..a0f787581dd9 100644
> --- a/arch/arm/boot/dts/allwinner/sun8i-q8-common.dtsi
> +++ b/arch/arm/boot/dts/allwinner/sun8i-q8-common.dtsi
> @@ -82,7 +82,7 @@ &de {
> };
>
> &ehci0 {
> - status = "okay";
> + status = "okay";
> };
>
> &mmc1 {
> diff --git a/arch/arm/boot/dts/allwinner/sun8i-r40.dtsi b/arch/arm/boot/dts/allwinner/sun8i-r40.dtsi
> index fa162f7fa9f0..f0ed802a9d08 100644
> --- a/arch/arm/boot/dts/allwinner/sun8i-r40.dtsi
> +++ b/arch/arm/boot/dts/allwinner/sun8i-r40.dtsi
> @@ -705,7 +705,7 @@ uart2_pi_pins: uart2-pi-pins {
> };
>
> /omit-if-no-ref/
> - uart2_rts_cts_pi_pins: uart2-rts-cts-pi-pins{
> + uart2_rts_cts_pi_pins: uart2-rts-cts-pi-pins {
> pins = "PI16", "PI17";
> function = "uart2";
> };
> diff --git a/arch/arm/boot/dts/allwinner/sun8i-v3s-netcube-kumquat.dts b/arch/arm/boot/dts/allwinner/sun8i-v3s-netcube-kumquat.dts
> index 5143cb4e7b78..cb6292319f39 100644
> --- a/arch/arm/boot/dts/allwinner/sun8i-v3s-netcube-kumquat.dts
> +++ b/arch/arm/boot/dts/allwinner/sun8i-v3s-netcube-kumquat.dts
> @@ -29,7 +29,7 @@ chosen {
> clk_can0: clock-can0 {
> compatible = "fixed-clock";
> #clock-cells = <0>;
> - clock-frequency = <40000000>;
> + clock-frequency = <40000000>;
> };
>
> gpio-keys {
> --
> 2.48.1
>
>
prev parent reply other threads:[~2025-10-02 16:22 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-19 13:17 [PATCH] ARM: dts: allwinner: Minor whitespace cleanup Krzysztof Kozlowski
2025-08-20 17:20 ` Chen-Yu Tsai
2025-10-02 16:27 ` ChaosEsque Team [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CALC8CXf+FJDcYLr4NwZMesa0kaPABw4j5Jy1bOU3XX7UJ1VcqA@mail.gmail.com \
--to=chaosesqueteam@gmail.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=jernej.skrabec@gmail.com \
--cc=krzk+dt@kernel.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sunxi@lists.linux.dev \
--cc=robh@kernel.org \
--cc=samuel@sholland.org \
--cc=wens@csie.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).