Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Faisal Bukhari and committed by
David S. Miller
302251f1 714db279

+1 -1
+1 -1
Documentation/networking/device_drivers/ethernet/marvell/octeontx2.rst
··· 66 66 As mentioned above RVU PF0 is called the admin function (AF), this driver 67 67 supports resource provisioning and configuration of functional blocks. 68 68 Doesn't handle any I/O. It sets up few basic stuff but most of the 69 - funcionality is achieved via configuration requests from PFs and VFs. 69 + functionality is achieved via configuration requests from PFs and VFs. 70 70 71 71 PF/VFs communicates with AF via a shared memory region (mailbox). Upon 72 72 receiving requests AF does resource provisioning and other HW configuration.