[PATCH] media: dt-bindings: raspberrypi,pispbe: Fix example indent

Marek Vasut posted 1 patch 1 week, 1 day ago
Documentation/devicetree/bindings/media/raspberrypi,pispbe.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] media: dt-bindings: raspberrypi,pispbe: Fix example indent
Posted by Marek Vasut 1 week, 1 day ago
Fix two spaces before { in example. No functional change.

DT checker reports this as follows:
"
./Documentation/devicetree/bindings/media/raspberrypi,pispbe.yaml:56: example 0 [redundant-whitespace] extra whitespace before {
"

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
---
Cc: Broadcom internal kernel review list <bcm-kernel-feedback-list@broadcom.com>
Cc: Conor Dooley <conor+dt@kernel.org>
Cc: Florian Fainelli <florian.fainelli@broadcom.com>
Cc: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
Cc: Krzysztof Kozlowski <krzk+dt@kernel.org>
Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
Cc: Raspberry Pi Kernel Maintenance <kernel-list@raspberrypi.com>
Cc: Rob Herring <robh@kernel.org>
Cc: devicetree@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
Cc: linux-media@vger.kernel.org
Cc: linux-rpi-kernel@lists.infradead.org
---
 Documentation/devicetree/bindings/media/raspberrypi,pispbe.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/media/raspberrypi,pispbe.yaml b/Documentation/devicetree/bindings/media/raspberrypi,pispbe.yaml
index 1fc62a1d8edaf..5c0f2f7b1d957 100644
--- a/Documentation/devicetree/bindings/media/raspberrypi,pispbe.yaml
+++ b/Documentation/devicetree/bindings/media/raspberrypi,pispbe.yaml
@@ -53,7 +53,7 @@ examples:
         #address-cells = <2>;
         #size-cells = <2>;
 
-        isp@880000  {
+        isp@880000 {
              compatible = "brcm,bcm2712-pispbe", "raspberrypi,pispbe";
              reg = <0x10 0x00880000 0x0 0x4000>;
              interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
-- 
2.53.0
Re: [PATCH] media: dt-bindings: raspberrypi,pispbe: Fix example indent
Posted by Krzysztof Kozlowski 6 days, 16 hours ago
On Thu, Sep 17, 2026 at 02:25:18AM +0200, Marek Vasut wrote:
> Fix two spaces before { in example. No functional change.
> 
> DT checker reports this as follows:
> "
> ./Documentation/devicetree/bindings/media/raspberrypi,pispbe.yaml:56: example 0 [redundant-whitespace] extra whitespace before {

I already posted this for more files:
https://lore.kernel.org/all/20260801195528.235230-2-krzysztof.kozlowski@oss.qualcomm.com/

And doing such changes file-per-file is quite a churn, so better to
combine commits.

Best regards,
Krzysztof
Re: [PATCH] media: dt-bindings: raspberrypi,pispbe: Fix example indent
Posted by Marek Vasut 4 days, 10 hours ago
On 9/18/26 12:44 PM, Krzysztof Kozlowski wrote:
> On Thu, Sep 17, 2026 at 02:25:18AM +0200, Marek Vasut wrote:
>> Fix two spaces before { in example. No functional change.
>>
>> DT checker reports this as follows:
>> "
>> ./Documentation/devicetree/bindings/media/raspberrypi,pispbe.yaml:56: example 0 [redundant-whitespace] extra whitespace before {
> 
> I already posted this for more files:
> https://lore.kernel.org/all/20260801195528.235230-2-krzysztof.kozlowski@oss.qualcomm.com/
> 
> And doing such changes file-per-file is quite a churn, so better to
> combine commits.
All right, please just apply yours, thanks !

I noticed it while running the DT checker, so I fixed it and sent a 
patch, hence single file change.