[PATCH] docs: dt: submitting-patches: Fix typo

Dixit Parmar posted 1 patch 2 days, 6 hours ago
Documentation/devicetree/bindings/submitting-patches.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] docs: dt: submitting-patches: Fix typo
Posted by Dixit Parmar 2 days, 6 hours ago
Fix trivial typo "serie" to "series".

Signed-off-by: Dixit Parmar <dixitparmar19@gmail.com>
---
Fix trivial typo "serie" to "series" in submitting-patches.rst.
---
 Documentation/devicetree/bindings/submitting-patches.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/submitting-patches.rst b/Documentation/devicetree/bindings/submitting-patches.rst
index f3e23e69a638..97ae4f92d3dd 100644
--- a/Documentation/devicetree/bindings/submitting-patches.rst
+++ b/Documentation/devicetree/bindings/submitting-patches.rst
@@ -58,7 +58,7 @@ I. For patch submitters
      any DTS patches, regardless whether using existing or new bindings, should
      be placed at the end of patchset to indicate no dependency of drivers on
      the DTS.  DTS will be anyway applied through separate tree or branch, so
-     different order would indicate the serie is non-bisectable.
+     different order would indicate the series is non-bisectable.
 
      If a driver subsystem maintainer prefers to apply entire set, instead of
      their relevant portion of patchset, please split the DTS patches into

---
base-commit: d7b8f8e20813f0179d8ef519541a3527e7661d3a
change-id: 20250906-doc-typo-fix-f430824427fb

Best regards,
-- 
Dixit Parmar <dixitparmar19@gmail.com>
Re: [PATCH] docs: dt: submitting-patches: Fix typo
Posted by Krzysztof Kozlowski 2 days, 3 hours ago
On 06/09/2025 11:17, Dixit Parmar wrote:
> Fix trivial typo "serie" to "series".
> 
> Signed-off-by: Dixit Parmar <dixitparmar19@gmail.com>
This was fixed here:
https://lore.kernel.org/all/20250902193822.6349-1-vnranganath.20@gmail.com/


Best regards,
Krzysztof