[PATCH] media: dt-bindings: raspberrypi,pispbe: Fix example indent
Marek Vasut
marek.vasut+renesas at mailbox.org
Wed Sep 16 17:25:18 PDT 2026
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 at mailbox.org>
---
Cc: Broadcom internal kernel review list <bcm-kernel-feedback-list at broadcom.com>
Cc: Conor Dooley <conor+dt at kernel.org>
Cc: Florian Fainelli <florian.fainelli at broadcom.com>
Cc: Jacopo Mondi <jacopo.mondi at ideasonboard.com>
Cc: Krzysztof Kozlowski <krzk+dt at kernel.org>
Cc: Mauro Carvalho Chehab <mchehab at kernel.org>
Cc: Raspberry Pi Kernel Maintenance <kernel-list at raspberrypi.com>
Cc: Rob Herring <robh at kernel.org>
Cc: devicetree at vger.kernel.org
Cc: linux-arm-kernel at lists.infradead.org
Cc: linux-kernel at vger.kernel.org
Cc: linux-media at vger.kernel.org
Cc: linux-rpi-kernel at 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 at 880000 {
+ isp at 880000 {
compatible = "brcm,bcm2712-pispbe", "raspberrypi,pispbe";
reg = <0x10 0x00880000 0x0 0x4000>;
interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
--
2.53.0
More information about the linux-arm-kernel
mailing list