[PATCH] docs: octeontx2: fix typo in documentation Fix spelling mistake "Crate" to "Create" in the 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] docs: octeontx2: fix typo in documentation Fix spelling mistake "Crate" to "Create" in the documentation.
Posted by ShravyaPanchagiri 3 weeks, 6 days ago
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] docs: octeontx2: fix typo in documentation Fix spelling mistake "Crate" to "Create" in the documentation.
Posted by Shuah Khan 3 weeks, 6 days ago
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@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

thanks,
-- Shuah