[PATCH v2] dt-bindings: ufs: Fix a grammar error

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

Fix a minor grammar error.

Signed-off-by: Zhaoming Luo <zhml@posteo.com>
---
Changes from v1[0]:
- The subject prefixes match the subsystem as suggested in the
  documentation[1].
- The necessary To/Cc entries are included.

Thanks to Krzysztof Kozlowski for pointing out the errors and providing
helpful information about how to fix them.

[0]: https://lore.kernel.org/linux-scsi/20251212131112.5516-1-zhml@posteo.com/
[1]: https://www.kernel.org/doc/html/latest/devicetree/bindings/submitting-patches.html#i-for-patch-submitters
---
 Documentation/devicetree/bindings/ufs/ufs-common.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

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

Best regards,
-- 
Zhaoming Luo <zhml@posteo.com>
Re: [PATCH v2] dt-bindings: ufs: Fix a grammar error
Posted by Rob Herring 1 month, 3 weeks ago
On Sat, Dec 13, 2025 at 11:04:11PM +0800, Zhaoming Luo wrote:
> Fix a minor grammar error.
> 
> Signed-off-by: Zhaoming Luo <zhml@posteo.com>
> ---
> Changes from v1[0]:
> - The subject prefixes match the subsystem as suggested in the
>   documentation[1].
> - The necessary To/Cc entries are included.
> 
> Thanks to Krzysztof Kozlowski for pointing out the errors and providing
> helpful information about how to fix them.
> 
> [0]: https://lore.kernel.org/linux-scsi/20251212131112.5516-1-zhml@posteo.com/
> [1]: https://www.kernel.org/doc/html/latest/devicetree/bindings/submitting-patches.html#i-for-patch-submitters
> ---
>  Documentation/devicetree/bindings/ufs/ufs-common.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/ufs/ufs-common.yaml b/Documentation/devicetree/bindings/ufs/ufs-common.yaml
> index 9f04f34d8..efeae8f3d 100644
> --- a/Documentation/devicetree/bindings/ufs/ufs-common.yaml
> +++ b/Documentation/devicetree/bindings/ufs/ufs-common.yaml
> @@ -48,7 +48,7 @@ properties:
>      enum: [1, 2]
>      default: 2
>      description:
> -      Number of lanes available per direction.  Note that it is assume same
> +      Number of lanes available per direction.  Note that it is assumed same

...it is assumed that the same number of lanes are used in both 
directions at once.

>        number of lanes is used both directions at once.
>  
>    vdd-hba-supply:
> 
> ---
> base-commit: 9d9c1cfec01cdbf24bd9322ed555713a20422115
> change-id: 20251213-fix-minor-grammar-err-67d10cf2fd9d
> 
> Best regards,
> -- 
> Zhaoming Luo <zhml@posteo.com>
>