[PATCH v3] dt-bindings: ufs: Fix several grammar errors

Zhaoming Luo via B4 Relay posted 1 patch 1 month, 3 weeks ago
Documentation/devicetree/bindings/ufs/ufs-common.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH v3] dt-bindings: ufs: Fix several grammar errors
Posted by Zhaoming Luo via B4 Relay 1 month, 3 weeks ago
From: Zhaoming Luo <zhml@posteo.com>

Fix several grammar errors.

Signed-off-by: Zhaoming Luo <zhml@posteo.com>
---
Changes in v3:
- Further improvement on the grammar as suggested by Rob Herring.
  See https://lore.kernel.org/linux-scsi/20251217010112.GA3464453-robh@kernel.org/
- Link to v2: https://lore.kernel.org/r/20251213-fix-minor-grammar-err-v2-1-b32be57caa13@posteo.com

Changes in v2:
- The subject prefixes match the subsystem as suggested in the
  documentation.
- The necessary To/Cc entries are included.
- Link to v1: https://lore.kernel.org/linux-scsi/20251212131112.5516-1-zhml@posteo.com/
---
 Documentation/devicetree/bindings/ufs/ufs-common.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/ufs/ufs-common.yaml b/Documentation/devicetree/bindings/ufs/ufs-common.yaml
index 9f04f34d8..ed97f5682 100644
--- a/Documentation/devicetree/bindings/ufs/ufs-common.yaml
+++ b/Documentation/devicetree/bindings/ufs/ufs-common.yaml
@@ -48,8 +48,8 @@ properties:
     enum: [1, 2]
     default: 2
     description:
-      Number of lanes available per direction.  Note that it is assume same
-      number of lanes is used both directions at once.
+      Number of lanes available per direction.  Note that it is assumed that
+      the same number of lanes are used in both directions at once.
 
   vdd-hba-supply:
     description:

---
base-commit: 9d9c1cfec01cdbf24bd9322ed555713a20422115
change-id: 20251213-fix-minor-grammar-err-67d10cf2fd9d

Best regards,
-- 
Zhaoming Luo <zhml@posteo.com>
Re: [PATCH v3] dt-bindings: ufs: Fix several grammar errors
Posted by Martin K. Petersen 1 month ago
On Wed, 17 Dec 2025 22:03:38 +0800, Zhaoming Luo wrote:

> Fix several grammar errors.
> 
> 

Applied to 6.19/scsi-fixes, thanks!

[1/1] dt-bindings: ufs: Fix several grammar errors
      https://git.kernel.org/mkp/scsi/c/be4b7e584a0c

-- 
Martin K. Petersen
Re: [PATCH v3] dt-bindings: ufs: Fix several grammar errors
Posted by Rob Herring (Arm) 1 month, 2 weeks ago
On Wed, 17 Dec 2025 22:03:38 +0800, Zhaoming Luo wrote:
> Fix several grammar errors.
> 
> Signed-off-by: Zhaoming Luo <zhml@posteo.com>
> ---
> Changes in v3:
> - Further improvement on the grammar as suggested by Rob Herring.
>   See https://lore.kernel.org/linux-scsi/20251217010112.GA3464453-robh@kernel.org/
> - Link to v2: https://lore.kernel.org/r/20251213-fix-minor-grammar-err-v2-1-b32be57caa13@posteo.com
> 
> Changes in v2:
> - The subject prefixes match the subsystem as suggested in the
>   documentation.
> - The necessary To/Cc entries are included.
> - Link to v1: https://lore.kernel.org/linux-scsi/20251212131112.5516-1-zhml@posteo.com/
> ---
>  Documentation/devicetree/bindings/ufs/ufs-common.yaml | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 

Reviewed-by: Rob Herring (Arm) <robh@kernel.org>