Re: [PATCH] docs: octeontx2: fix typo in documentation Fix spelling mistake "Crate" to "Create" in the documentation.
From: Shuah Khan
Date: Wed Mar 11 2026 - 12:07:09 EST
On 3/10/26 20:43, ShravyaPanchagiri wrote:
Missing change log. Instead of writing a very long short log,
you could break it up to add the sentence below to change log.
Fix spelling mistake "Crate" to "Create" to "Create"
Also there is no need to say which word is misspelled - we
can see that in the patch.
Signed-off-by: ShravyaPanchagiri <shravy112@xxxxxxxxx>
---
.../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
thanks,
-- Shuah