Re:
From: David Lechner <dlechner@baylibre.com>
Date: 2025-07-20 19:30:17
Also in:
linux-amlogic, linux-devicetree, linux-iio, lkml, netdev
On 7/20/25 1:26 PM, > wrote:
Changes in v2: - Fixed commit message grammar - Fixed subject line style as per DT convention - Added missing reviewers/maintainers in CC
By placing this before the headers, our email clients think this message doesn't have a subject. It should go after the ---.
From 5c00524cbb47e30ee04223fe9502af2eb003ddf1 Mon Sep 17 00:00:00 2001 From: sanjay suthar <redacted> Date: Sun, 20 Jul 2025 01:11:00 +0530 Subject: [PATCH v2] dt-bindings: cleanup: fix duplicated 'is is' in YAML docs Fix minor grammatical issues by removing duplicated "is" in two devicetree binding documents: - net/amlogic,meson-dwmac.yaml - iio/dac/ti,dac7612.yaml Signed-off-by: sanjay suthar <redacted> ---
This is where the changelog belongs.
quoted hunk ↗ jump to hunk
Documentation/devicetree/bindings/iio/dac/ti,dac7612.yaml | 2 +- Documentation/devicetree/bindings/net/amlogic,meson-dwmac.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)diff --git a/Documentation/devicetree/bindings/iio/dac/ti,dac7612.yaml b/Documentation/devicetree/bindings/iio/dac/ti,dac7612.yaml index 20dd1370660d..624c640be4c8 100644 --- a/Documentation/devicetree/bindings/iio/dac/ti,dac7612.yaml +++ b/Documentation/devicetree/bindings/iio/dac/ti,dac7612.yaml@@ -9,7 +9,7 @@ title: Texas Instruments DAC7612 family of DACs description: The DAC7612 is a dual, 12-bit digital-to-analog converter (DAC) with guaranteed 12-bit monotonicity performance over the industrial temperature - range. Is is programmable through an SPI interface. + range. It is programmable through an SPI interface. maintainers: - Ricardo Ribalda Delgado <ricardo@ribalda.com>diff --git a/Documentation/devicetree/bindings/net/amlogic,meson-dwmac.yaml b/Documentation/devicetree/bindings/net/amlogic,meson-dwmac.yaml index 0cd78d71768c..5c91716d1f21 100644 --- a/Documentation/devicetree/bindings/net/amlogic,meson-dwmac.yaml +++ b/Documentation/devicetree/bindings/net/amlogic,meson-dwmac.yaml@@ -149,7 +149,7 @@ properties: - description: The first register range should be the one of the DWMAC controller - description: - The second range is is for the Amlogic specific configuration + The second range is for the Amlogic specific configuration (for example the PRG_ETHERNET register range on Meson8b and newer) interrupts:
I would be tempted to split this into two patches. It's a bit odd to have a single patch touching two unrelated bindings.