[PATCH] Documentation: fix typo 'Andorid' -> 'Android' in goldfish pipe binding

Masaharu Noguchi posted 1 patch 1 month ago
Documentation/devicetree/bindings/goldfish/pipe.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] Documentation: fix typo 'Andorid' -> 'Android' in goldfish pipe binding
Posted by Masaharu Noguchi 1 month ago
 This patch fixes a small typo in the goldfish pipe binding documentation:
'Andorid' -> 'Android'.

Signed-off-by: Masaharu Noguchi <nogunix@gmail.com>
---
 Documentation/devicetree/bindings/goldfish/pipe.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/goldfish/pipe.txt b/Documentation/devicetree/bindings/goldfish/pipe.txt
index e417a31a1ee3..5637ce701788 100644
--- a/Documentation/devicetree/bindings/goldfish/pipe.txt
+++ b/Documentation/devicetree/bindings/goldfish/pipe.txt
@@ -1,6 +1,6 @@
 Android Goldfish QEMU Pipe
 
-Andorid pipe virtual device generated by android emulator.
+Android pipe virtual device generated by android emulator.
 
 Required properties:
 
-- 
2.51.0
Re: [PATCH] Documentation: fix typo 'Andorid' -> 'Android' in goldfish pipe binding
Posted by Rob Herring (Arm) 1 month ago
On Tue, 02 Sep 2025 00:48:12 +0900, Masaharu Noguchi wrote:
>  This patch fixes a small typo in the goldfish pipe binding documentation:
> 'Andorid' -> 'Android'.
> 
> Signed-off-by: Masaharu Noguchi <nogunix@gmail.com>
> ---
>  Documentation/devicetree/bindings/goldfish/pipe.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied, but really we don't want any fixes for .txt bindings. Convert 
them to schema instead. I wonder if some of these goldfish bindings are 
obsolete...