[PATCH v3] docs: octeontx2:Fix typo in documentation

ShravyaPanchagiri posted 1 patch 3 weeks, 4 days ago
.../networking/device_drivers/ethernet/marvell/octeontx2.rst    | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH v3] docs: octeontx2:Fix typo in documentation
Posted by ShravyaPanchagiri 3 weeks, 4 days ago
Correct a spelling mistake.
---
v3:
- Moved spelling fix details from the subject line to the changelog.
- Simplified the commit message.
v2:
- Fixed the subject prefix formatting (added space after "docs:").
- Moved the long description into the commit body.
 .../networking/device_drivers/ethernet/marvell/octeontx2.rst    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/networking/device_drivers/ethernet/marvell/octeontx2.rst b/Documentation/networking/device_drivers/ethernet/marvell/octeontx2.rst
index a52850602cd8..c31c6c197cdb 100644
--- a/Documentation/networking/device_drivers/ethernet/marvell/octeontx2.rst
+++ b/Documentation/networking/device_drivers/ethernet/marvell/octeontx2.rst
@@ -323,7 +323,7 @@ Setup HTB offload
 
         # ethtool -K <interface> hw-tc-offload on
 
-2. Crate htb root::
+2. Create htb root::
 
         # tc qdisc add dev <interface> clsact
         # tc qdisc replace dev <interface> root handle 1: htb offload
-- 
2.43.0
Re: [PATCH v3] docs: octeontx2:Fix typo in documentation
Posted by Shuah Khan 6 days, 15 hours ago
On 3/12/26 10:27, ShravyaPanchagiri wrote:
> Correct a spelling mistake.
> ---
> v3:
> - Moved spelling fix details from the subject line to the changelog.
> - Simplified the commit message.
> v2:
> - Fixed the subject prefix formatting (added space after "docs:").
> - Moved the long description into the commit body.

A few things to fix in the patch:
- Signed-off-by is missing
- version to version change information should be placed under ---
below the Signed-ff-by
- Check submitting patches documentation for details on how to
submit patches.

thanks,
-- Shuah