From: Faisal Bukhari Date: Sat, 21 Jun 2025 10:32:04 +0000 (+0530) Subject: Fix typo in marvell octeontx2 documentation X-Git-Tag: v6.16-rc4~27^2~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=302251f1fdfd302ce99a619aac1a5164d0bb7c4b;p=thirdparty%2Fkernel%2Flinux.git Fix typo in marvell octeontx2 documentation Documentation/networking/device_drivers/ethernet/marvell/octeontx2.rst Fixes a spelling mistake: "funcionality" → "functionality". Signed-off-by: Faisal Bukhari Reviewed-by: Simon Horman Signed-off-by: David S. Miller --- diff --git a/Documentation/networking/device_drivers/ethernet/marvell/octeontx2.rst b/Documentation/networking/device_drivers/ethernet/marvell/octeontx2.rst index af7db0e91f6b4..a52850602cd80 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.