Re: [PATCH 2/2] dt-bindings: drop tab characters from DTS examples
From: Rob Herring (Arm)
Date: Tue May 05 2026 - 11:59:09 EST
On Wed, 29 Apr 2026 04:48:56 +0100, Daniel Golle wrote:
> YAML literal block scalars cannot use tabs for indent.
> Replace tab separators (mostly between values and trailing /* ... */
> comments) with single spaces.
>
> Signed-off-by: Daniel Golle <daniel@xxxxxxxxxxxxxx>
> ---
> .../bindings/i2c/opencores,i2c-ocores.yaml | 8 ++---
> .../bindings/iio/adc/st,spear600-adc.yaml | 2 +-
> .../devicetree/bindings/input/imx-keypad.yaml | 32 +++++++++----------
> .../bindings/input/microchip,cap11xx.yaml | 12 +++----
> .../input/touchscreen/ti,ads7843.yaml | 4 +--
> .../devicetree/bindings/leds/leds-lp55xx.yaml | 2 +-
> .../media/mediatek,vcodec-encoder.yaml | 2 +-
> .../media/mediatek,vcodec-subdev-decoder.yaml | 2 +-
> .../memory-controllers/nvidia,tegra20-mc.yaml | 4 +--
> .../samsung,exynos5422-dmc.yaml | 2 +-
> .../bindings/pci/mediatek-pcie-mt7623.yaml | 4 +--
> .../bindings/pci/samsung,exynos-pcie.yaml | 2 +-
> .../bindings/sound/davinci-mcasp-audio.yaml | 4 +--
> .../bindings/sound/simple-card.yaml | 6 ++--
> .../devicetree/bindings/usb/ti,j721e-usb.yaml | 8 ++---
> 15 files changed, 47 insertions(+), 47 deletions(-)
>
Applied, thanks!