Fix few spelling mistakes in networking documentation. Signed-off-by: Chandra Mohan Sundar <chandru.dav@xxxxxxxxx> --- .../ethernet/freescale/dpaa2/switch-driver.rst | 2 +- .../device_drivers/ethernet/marvell/octeontx2.rst | 2 +- Documentation/networking/devlink/devlink-trap.rst | 2 +- Documentation/networking/phy.rst | 6 +++--- 4 files changed, 6 insertions(+), 6 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 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. diff --git a/Documentation/networking/devlink/devlink-trap.rst b/Documentation/networking/devlink/devlink-trap.rst index 2c14dfe69b3a..5885e21e2212 100644 --- a/Documentation/networking/devlink/devlink-trap.rst +++ b/Documentation/networking/devlink/devlink-trap.rst @@ -451,7 +451,7 @@ be added to the following table: * - ``udp_parsing`` - ``drop`` - Traps packets dropped due to an error in the UDP header parsing. - This packet trap could include checksum errorrs, an improper UDP + This packet trap could include checksum errors, an improper UDP length detected (smaller than 8 bytes) or detection of header truncation. * - ``tcp_parsing`` diff --git a/Documentation/networking/phy.rst b/Documentation/networking/phy.rst index f64641417c54..241292b12032 100644 --- a/Documentation/networking/phy.rst +++ b/Documentation/networking/phy.rst @@ -19,8 +19,8 @@ amounts of redundant code. Also, on embedded systems with multiple (and sometimes quite different) ethernet controllers connected to the same management bus, it is difficult to ensure safe use of the bus. -Since the PHYs are devices, and the management busses through which they are -accessed are, in fact, busses, the PHY Abstraction Layer treats them as such. +Since the PHYs are devices, and the management buses through which they are +accessed are, in fact, buses, the PHY Abstraction Layer treats them as such. In doing so, it has these goals: #. Increase code-reuse @@ -35,7 +35,7 @@ The MDIO bus ============ Most network devices are connected to a PHY by means of a management bus. -Different devices use different busses (though some share common interfaces). +Different devices use different buses (though some share common interfaces). In order to take advantage of the PAL, each bus interface needs to be registered as a distinct device. -- 2.43.0