[PATCH] Fix typo in marvell octeontx2 documentation

Faisal Bukhari posted 1 patch 3 months, 2 weeks ago
.../networking/device_drivers/ethernet/marvell/octeontx2.rst    | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] Fix typo in marvell octeontx2 documentation
Posted by Faisal Bukhari 3 months, 2 weeks ago
Documentation/networking/device_drivers/ethernet/marvell/octeontx2.rst
Fixes a spelling mistake: "funcionality" → "functionality".

Signed-off-by: Faisal Bukhari <faisalbukhari523@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 af7db0e91f6b..a52850602cd8 100644
--- a/Documentation/networking/device_drivers/ethernet/marvell/octeontx2.rst
+++ b/Documentation/networking/device_drivers/ethernet/marvell/octeontx2.rst
@@ -66,7 +66,7 @@ Admin Function driver
 As mentioned above RVU PF0 is called the admin function (AF), this driver
 supports resource provisioning and configuration of functional blocks.
 Doesn't handle any I/O. It sets up few basic stuff but most of the
-funcionality is achieved via configuration requests from PFs and VFs.
+functionality is achieved via configuration requests from PFs and VFs.
 
 PF/VFs communicates with AF via a shared memory region (mailbox). Upon
 receiving requests AF does resource provisioning and other HW configuration.
-- 
2.43.0

Re: [PATCH] Fix typo in marvell octeontx2 documentation
Posted by Simon Horman 3 months, 2 weeks ago
On Sat, Jun 21, 2025 at 04:02:04PM +0530, Faisal Bukhari wrote:
> Documentation/networking/device_drivers/ethernet/marvell/octeontx2.rst
> Fixes a spelling mistake: "funcionality" → "functionality".
> 
> Signed-off-by: Faisal Bukhari <faisalbukhari523@gmail.com>

Thanks. I agree this is correct.  And I see that this is the only spelling
error that codespell flags in this file.

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