diff options
author | Ritvik Gupta <ritvikfoss@gmail.com> | 2025-02-12 05:13:11 +0300 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2025-02-13 18:13:00 +0300 |
commit | c3a97ccaed80986fc3c0581661bf9170847d23ba (patch) | |
tree | e0604aae4ed3c77849432e2ad21e7e6f640f3529 | |
parent | 7aca0d8a727da503a8adeb6866a136ded5bea4b1 (diff) | |
download | linux-c3a97ccaed80986fc3c0581661bf9170847d23ba.tar.xz |
Documentation: dpaa2 ethernet switch driver: Fix spelling
Corrected spelling mistake
Signed-off-by: Ritvik Gupta <ritvikfoss@gmail.com>
Link: https://patch.msgid.link/20250212021311.13257-1-ritvikfoss@gmail.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
-rw-r--r-- | Documentation/networking/device_drivers/ethernet/freescale/dpaa2/switch-driver.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/switch-driver.rst b/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/switch-driver.rst index 8bf411b857d4..5f3885e56f58 100644 --- a/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/switch-driver.rst +++ b/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/switch-driver.rst @@ -70,7 +70,7 @@ the DPSW object that it will probe: Besides the configuration of the actual DPSW object, the dpaa2-switch driver will need the following DPAA2 objects: - * 1 DPMCP - A Management Command Portal object is needed for any interraction + * 1 DPMCP - A Management Command Portal object is needed for any interaction with the MC firmware. * 1 DPBP - A Buffer Pool is used for seeding buffers intended for the Rx path |