All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Uwe Kleine-König" <ukleinek@kernel.org>
To: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Cc: Rob Herring <robh@kernel.org>,
	 Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	 Mark Rutland <mark.rutland@arm.com>,
	Lorenzo Pieralisi <lpieralisi@kernel.org>,
	Suzuki K Poulose <suzuki.poulose@arm.com>,
	Mike Leach <mike.leach@arm.com>,
	 James Clark <james.clark@linaro.org>, Leo Yan <leo.yan@arm.com>,
	Damien Le Moal <dlemoal@kernel.org>,
	 Niklas Cassel <cassel@kernel.org>,
	Jyri Sarha <jyri.sarha@iki.fi>,
	 Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>,
	David Airlie <airlied@gmail.com>, Simona Vetter <simona@ffwll.ch>,
	Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
	 Maxime Ripard <mripard@kernel.org>,
	Thomas Zimmermann <tzimmermann@suse.de>,
	 Matthias Brugger <matthias.bgg@gmail.com>,
	 AngeloGioacchino Del Regno
	<angelogioacchino.delregno@collabora.com>,
	Linus Walleij <linusw@kernel.org>,
	Bartosz Golaszewski <brgl@kernel.org>,
	Patrice Chotard <patrice.chotard@foss.st.com>,
	 Andi Shyti <andi.shyti@kernel.org>,
	Jassi Brar <jassisinghbrar@gmail.com>,
	 Lee Jones <lee@kernel.org>,
	Johannes Berg <johannes@sipsolutions.net>,
	 Jeff Johnson <jjohnson@kernel.org>,
	Viresh Kumar <vireshk@kernel.org>, Nishanth Menon <nm@ti.com>,
	 Stephen Boyd <sboyd@kernel.org>, Yangbo Lu <yangbo.lu@nxp.com>,
	Paul Walmsley <pjw@kernel.org>,
	 Samuel Holland <samuel.holland@sifive.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	 Richard Cochran <richardcochran@gmail.com>,
	Jens Wiklander <jenswi@kernel.org>,
	Yuanfang Zhang <yuanfang.zhang@oss.qualcomm.com>,
	YC Hung <yc.hung@mediatek.com>,
	 Svyatoslav Ryhel <clamor95@gmail.com>,
	Sean Wang <sean.wang@kernel.org>, Frank Li <Frank.Li@nxp.com>,
	 Peter Ujfalusi <peter.ujfalusi@gmail.com>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	 linux-arm-kernel@lists.infradead.org,
	coresight@lists.linaro.org, linux-arm-msm@vger.kernel.org,
	 linux-ide@vger.kernel.org, dri-devel@lists.freedesktop.org,
	 linux-mediatek@lists.infradead.org, linux-gpio@vger.kernel.org,
	linux-i2c@vger.kernel.org,  mfd@lists.linux.dev,
	linux-wireless@vger.kernel.org, ath10k@lists.infradead.org,
	linux-pm@vger.kernel.org, netdev@vger.kernel.org,
	linux-pwm@vger.kernel.org,  linux-riscv@lists.infradead.org,
	linux-usb@vger.kernel.org
Subject: Re: [PATCH] dt-bindings: Correct white-space style
Date: Sun, 2 Aug 2026 14:29:15 +0200	[thread overview]
Message-ID: <am83ac93gyowUgSQ@monoceros> (raw)
In-Reply-To: <20260801195613.235430-2-krzysztof.kozlowski@oss.qualcomm.com>

[-- Attachment #1: Type: text/plain, Size: 1180 bytes --]

On Sat, Aug 01, 2026 at 09:56:14PM +0200, Krzysztof Kozlowski wrote:
> Correct a few white-space issues, like double space after '=' or before
> bracket '{' characters, which will be flagged by dt-check-style.  No
> functional changes.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
> [...]
> diff --git a/Documentation/devicetree/bindings/pwm/pwm-sifive.yaml b/Documentation/devicetree/bindings/pwm/pwm-sifive.yaml
> index bae993128981..40397bdf2d69 100644
> --- a/Documentation/devicetree/bindings/pwm/pwm-sifive.yaml
> +++ b/Documentation/devicetree/bindings/pwm/pwm-sifive.yaml
> @@ -62,7 +62,7 @@ additionalProperties: false
>  
>  examples:
>    - |
> -    pwm:  pwm@10020000 {
> +    pwm@10020000 {
>        compatible = "sifive,fu540-c000-pwm", "sifive,pwm0";
>        reg = <0x10020000 0x1000>;
>        clocks = <&tlclk>;

I'm ok with this change (as &pwm is unused in the example), I also don't
care much about this not being a whitespace only change and thus not
really matching the commit log.

Acked-by: Uwe Kleine-König <ukleinek@kernel.org> # for Documentation/devicetree/bindings/pwm

Best regards
Uwe

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: "Uwe Kleine-König" <ukleinek@kernel.org>
To: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Cc: Rob Herring <robh@kernel.org>,
	 Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	 Mark Rutland <mark.rutland@arm.com>,
	Lorenzo Pieralisi <lpieralisi@kernel.org>,
	 Suzuki K Poulose <suzuki.poulose@arm.com>,
	Mike Leach <mike.leach@arm.com>,
	 James Clark <james.clark@linaro.org>, Leo Yan <leo.yan@arm.com>,
	Damien Le Moal <dlemoal@kernel.org>,
	 Niklas Cassel <cassel@kernel.org>,
	Jyri Sarha <jyri.sarha@iki.fi>,
	 Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>,
	David Airlie <airlied@gmail.com>,
	 Simona Vetter <simona@ffwll.ch>,
	Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
	 Maxime Ripard <mripard@kernel.org>,
	Thomas Zimmermann <tzimmermann@suse.de>,
	 Matthias Brugger <matthias.bgg@gmail.com>,
	 AngeloGioacchino Del Regno
	<angelogioacchino.delregno@collabora.com>,
	Linus Walleij <linusw@kernel.org>,
	 Bartosz Golaszewski <brgl@kernel.org>,
	Patrice Chotard <patrice.chotard@foss.st.com>,
	 Andi Shyti <andi.shyti@kernel.org>,
	Jassi Brar <jassisinghbrar@gmail.com>,
	 Lee Jones <lee@kernel.org>,
	Johannes Berg <johannes@sipsolutions.net>,
	 Jeff Johnson <jjohnson@kernel.org>,
	Viresh Kumar <vireshk@kernel.org>, Nishanth Menon <nm@ti.com>,
	 Stephen Boyd <sboyd@kernel.org>, Yangbo Lu <yangbo.lu@nxp.com>,
	Paul Walmsley <pjw@kernel.org>,
	 Samuel Holland <samuel.holland@sifive.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	 Richard Cochran <richardcochran@gmail.com>,
	Jens Wiklander <jenswi@kernel.org>,
	 Yuanfang Zhang <yuanfang.zhang@oss.qualcomm.com>,
	YC Hung <yc.hung@mediatek.com>,
	 Svyatoslav Ryhel <clamor95@gmail.com>,
	Sean Wang <sean.wang@kernel.org>, Frank Li <Frank.Li@nxp.com>,
	 Peter Ujfalusi <peter.ujfalusi@gmail.com>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	 linux-arm-kernel@lists.infradead.org,
	coresight@lists.linaro.org, linux-arm-msm@vger.kernel.org,
	 linux-ide@vger.kernel.org, dri-devel@lists.freedesktop.org,
	 linux-mediatek@lists.infradead.org, linux-gpio@vger.kernel.org,
	linux-i2c@vger.kernel.org,  mfd@lists.linux.dev,
	linux-wireless@vger.kernel.org, ath10k@lists.infradead.org,
	 linux-pm@vger.kernel.org, netdev@vger.kernel.org,
	linux-pwm@vger.kernel.org,  linux-riscv@lists.infradead.org,
	linux-usb@vger.kernel.org
Subject: Re: [PATCH] dt-bindings: Correct white-space style
Date: Sun, 2 Aug 2026 14:29:15 +0200	[thread overview]
Message-ID: <am83ac93gyowUgSQ@monoceros> (raw)
In-Reply-To: <20260801195613.235430-2-krzysztof.kozlowski@oss.qualcomm.com>


[-- Attachment #1.1: Type: text/plain, Size: 1180 bytes --]

On Sat, Aug 01, 2026 at 09:56:14PM +0200, Krzysztof Kozlowski wrote:
> Correct a few white-space issues, like double space after '=' or before
> bracket '{' characters, which will be flagged by dt-check-style.  No
> functional changes.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
> [...]
> diff --git a/Documentation/devicetree/bindings/pwm/pwm-sifive.yaml b/Documentation/devicetree/bindings/pwm/pwm-sifive.yaml
> index bae993128981..40397bdf2d69 100644
> --- a/Documentation/devicetree/bindings/pwm/pwm-sifive.yaml
> +++ b/Documentation/devicetree/bindings/pwm/pwm-sifive.yaml
> @@ -62,7 +62,7 @@ additionalProperties: false
>  
>  examples:
>    - |
> -    pwm:  pwm@10020000 {
> +    pwm@10020000 {
>        compatible = "sifive,fu540-c000-pwm", "sifive,pwm0";
>        reg = <0x10020000 0x1000>;
>        clocks = <&tlclk>;

I'm ok with this change (as &pwm is unused in the example), I also don't
care much about this not being a whitespace only change and thus not
really matching the commit log.

Acked-by: Uwe Kleine-König <ukleinek@kernel.org> # for Documentation/devicetree/bindings/pwm

Best regards
Uwe

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

[-- Attachment #2: Type: text/plain, Size: 161 bytes --]

_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

  parent reply	other threads:[~2026-08-02 12:29 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-01 19:56 [PATCH] dt-bindings: Correct white-space style Krzysztof Kozlowski
2026-08-01 19:56 ` Krzysztof Kozlowski
2026-08-01 21:15 ` Jeff Johnson
2026-08-01 21:15   ` Jeff Johnson
2026-08-01 23:06 ` Suzuki K Poulose
2026-08-02  6:46 ` Greg Kroah-Hartman
2026-08-02  6:46   ` Greg Kroah-Hartman
2026-08-02 12:29 ` Uwe Kleine-König [this message]
2026-08-02 12:29   ` Uwe Kleine-König
2026-08-02 19:57 ` sashiko-bot
2026-08-03  6:31 ` Tomi Valkeinen
2026-08-03  6:31   ` Tomi Valkeinen
2026-08-03 20:53 ` Andi Shyti
2026-08-03 20:53   ` Andi Shyti
2026-08-03 22:29 ` Rob Herring (Arm)
2026-08-03 22:29   ` Rob Herring (Arm)
2026-08-10 11:26 ` Bartosz Golaszewski
2026-08-10 11:26   ` Bartosz Golaszewski

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=am83ac93gyowUgSQ@monoceros \
    --to=ukleinek@kernel.org \
    --cc=Frank.Li@nxp.com \
    --cc=airlied@gmail.com \
    --cc=andi.shyti@kernel.org \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=ath10k@lists.infradead.org \
    --cc=brgl@kernel.org \
    --cc=cassel@kernel.org \
    --cc=clamor95@gmail.com \
    --cc=conor+dt@kernel.org \
    --cc=coresight@lists.linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dlemoal@kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=james.clark@linaro.org \
    --cc=jassisinghbrar@gmail.com \
    --cc=jenswi@kernel.org \
    --cc=jjohnson@kernel.org \
    --cc=johannes@sipsolutions.net \
    --cc=jyri.sarha@iki.fi \
    --cc=krzk+dt@kernel.org \
    --cc=krzysztof.kozlowski@oss.qualcomm.com \
    --cc=lee@kernel.org \
    --cc=leo.yan@arm.com \
    --cc=linusw@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-ide@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=linux-pwm@vger.kernel.org \
    --cc=linux-riscv@lists.infradead.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=lpieralisi@kernel.org \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=mark.rutland@arm.com \
    --cc=matthias.bgg@gmail.com \
    --cc=mfd@lists.linux.dev \
    --cc=mike.leach@arm.com \
    --cc=mripard@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=nm@ti.com \
    --cc=patrice.chotard@foss.st.com \
    --cc=peter.ujfalusi@gmail.com \
    --cc=pjw@kernel.org \
    --cc=richardcochran@gmail.com \
    --cc=robh@kernel.org \
    --cc=samuel.holland@sifive.com \
    --cc=sboyd@kernel.org \
    --cc=sean.wang@kernel.org \
    --cc=simona@ffwll.ch \
    --cc=suzuki.poulose@arm.com \
    --cc=tomi.valkeinen@ideasonboard.com \
    --cc=tzimmermann@suse.de \
    --cc=vireshk@kernel.org \
    --cc=yangbo.lu@nxp.com \
    --cc=yc.hung@mediatek.com \
    --cc=yuanfang.zhang@oss.qualcomm.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.