[PATCH v2] docs: octeontx2: fix typo in documentation

ShravyaPanchagiri posted 1 patch 3 weeks, 6 days ago
.../networking/device_drivers/ethernet/marvell/octeontx2.rst    | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH v2] docs: octeontx2: fix typo in documentation
Posted by ShravyaPanchagiri 3 weeks, 6 days ago
Fix spelling mistake "Crate" to "Create" in the documentation.

Signed-off-by: ShravyaPanchagiri <shravy112@gmail.com>
---
 .../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 v2] docs: octeontx2: fix typo in documentation
Posted by Simon Horman 3 weeks, 5 days ago
On Tue, Mar 10, 2026 at 10:04:50PM -0500, ShravyaPanchagiri wrote:
> Fix spelling mistake "Crate" to "Create" in the documentation.
> 
> Signed-off-by: ShravyaPanchagiri <shravy112@gmail.com>

I note that this file is code-spell clean (before and after this patch).

Reviewed-by: Simon Horman <horms@kernel.org>