diff options
author | Faisal Bukhari <faisalbukhari523@gmail.com> | 2025-06-21 13:32:04 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2025-06-22 20:16:08 +0300 |
commit | 302251f1fdfd302ce99a619aac1a5164d0bb7c4b (patch) | |
tree | 947f1e5e19de4ae93661bfe8fefb606c98ee5d86 | |
parent | 714db279942b1fb9b97c4243e186825a96750239 (diff) | |
download | linux-302251f1fdfd302ce99a619aac1a5164d0bb7c4b.tar.xz |
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 <faisalbukhari523@gmail.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | Documentation/networking/device_drivers/ethernet/marvell/octeontx2.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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. |