Re: [PATCH v2] dt-bindings: fix typos in various bindings

From: Rob Herring (Arm)

Date: Sun Aug 30 2026 - 14:21:03 EST



On Fri, 28 Aug 2026 17:54:59 +0800, Zhijian Han wrote:
> Fix spelling errors found by the kernel's scripts/spelling.txt
> and codespell in several devicetree binding documents:
>
> - "curent" -> "current" in adi,ltc2991.yaml
> - "deivce" -> "device" in zii,rave-sp-eeprom.yaml
> - "ouput" -> "output" in delta,tn48m-gpio.yaml
> - "redudant" -> "redundant" in trivial-devices.yaml
>
> Signed-off-by: Zhijian Han <hanzhijian1991@xxxxxxxxx>
> ---
> v2:
> - Use consistent identity "Zhijian Han" instead of the login-style name
> "hanzhijian"
>
> Documentation/devicetree/bindings/gpio/delta,tn48m-gpio.yaml | 2 +-
> Documentation/devicetree/bindings/hwmon/adi,ltc2991.yaml | 2 +-
> Documentation/devicetree/bindings/nvmem/zii,rave-sp-eeprom.yaml | 2 +-
> Documentation/devicetree/bindings/trivial-devices.yaml | 2 +-
> 4 files changed, 4 insertions(+), 4 deletions(-)
>

Applied, thanks!