diff mbox series

dt-bindings: Fix typo on the DesignWare IP reset bindings documentation

Message ID 89719d8d40048e9b7baa0cd984b5bb108d056de4.1605741519.git.gustavo.pimentel@synopsys.com
State Accepted, archived
Headers show
Series dt-bindings: Fix typo on the DesignWare IP reset bindings documentation | expand

Checks

Context Check Description
robh/checkpatch warning total: 0 errors, 1 warnings, 8 lines checked

Commit Message

Gustavo Pimentel Nov. 18, 2020, 11:18 p.m. UTC
This patch removes a loose "i" character is present on the current
documentation.

Signed-off-by: Gustavo Pimentel <gustavo.pimentel@synopsys.com>
---
 Documentation/devicetree/bindings/reset/snps,dw-reset.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Rob Herring (Arm) Dec. 7, 2020, 9:50 p.m. UTC | #1
On Thu, 19 Nov 2020 00:18:39 +0100, Gustavo Pimentel wrote:
> This patch removes a loose "i" character is present on the current
> documentation.
> 
> Signed-off-by: Gustavo Pimentel <gustavo.pimentel@synopsys.com>
> ---
>  Documentation/devicetree/bindings/reset/snps,dw-reset.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied, thanks!

But really, rather than trivial fixes to txt bindings, convert them to 
schema instead.

Rob
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/reset/snps,dw-reset.txt b/Documentation/devicetree/bindings/reset/snps,dw-reset.txt
index f94f911..0c241d4 100644
--- a/Documentation/devicetree/bindings/reset/snps,dw-reset.txt
+++ b/Documentation/devicetree/bindings/reset/snps,dw-reset.txt
@@ -23,7 +23,7 @@  example:
 		#reset-cells = <1>;
 	};
 
-	dw_rst_2: reset-controller@1000 {i
+	dw_rst_2: reset-controller@1000 {
 		compatible = "snps,dw-low-reset";
 		reg = <0x1000 0x8>;
 		#reset-cells = <1>;