[PATCH] dt-bindings: misc: pvpanic-mmio: fix grammar in binding description

Rohaniyaa posted 1 patch 4 days, 5 hours ago
Documentation/devicetree/bindings/misc/pvpanic-mmio.txt | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
[PATCH] dt-bindings: misc: pvpanic-mmio: fix grammar in binding description
Posted by Rohaniyaa 4 days, 5 hours ago
From: Rohan Mithari <rohanmithari09@gmail.com>

Signed-off-by: Rohan Mithari <rohanmithari09@gmail.com>
---
 Documentation/devicetree/bindings/misc/pvpanic-mmio.txt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/misc/pvpanic-mmio.txt b/Documentation/devicetree/bindings/misc/pvpanic-mmio.txt
index 985e90736780..28187d3bf546 100644
--- a/Documentation/devicetree/bindings/misc/pvpanic-mmio.txt
+++ b/Documentation/devicetree/bindings/misc/pvpanic-mmio.txt
@@ -1,8 +1,7 @@
 * QEMU PVPANIC MMIO Configuration bindings
 
 QEMU's emulation / virtualization targets provide the following PVPANIC
-MMIO Configuration interface on the "virt" machine.
-type:
+MMIO configuration interface on the "virt" machine with:
 
 - a read-write, 16-bit wide data register.
 
-- 
2.34.1
Re: [PATCH] dt-bindings: misc: pvpanic-mmio: fix grammar in binding description
Posted by Krzysztof Kozlowski 3 days, 11 hours ago
On Wed, May 20, 2026 at 09:15:31PM +0530, Rohaniyaa wrote:
> From: Rohan Mithari <rohanmithari09@gmail.com>
> 
> Signed-off-by: Rohan Mithari <rohanmithari09@gmail.com>
> ---
>  Documentation/devicetree/bindings/misc/pvpanic-mmio.txt | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)

You send conflicting patches. Also, did you run checkpatch?

Best regards,
Krzysztof