Documentation: networking: correct spelling
authorRandy Dunlap <rdunlap@infradead.org>
Sun, 29 Jan 2023 23:10:48 +0000 (15:10 -0800)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 31 Jan 2023 12:00:47 +0000 (13:00 +0100)
Correct spelling problems for Documentation/networking/ as reported
by codespell.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: Jiri Pirko <jiri@nvidia.com>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Eric Dumazet <edumazet@google.com>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: Paolo Abeni <pabeni@redhat.com>
Cc: netdev@vger.kernel.org
Link: https://lore.kernel.org/r/20230129231053.20863-5-rdunlap@infradead.org
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
35 files changed:
Documentation/networking/af_xdp.rst
Documentation/networking/arcnet-hardware.rst
Documentation/networking/can.rst
Documentation/networking/can_ucan_protocol.rst
Documentation/networking/cdc_mbim.rst
Documentation/networking/device_drivers/atm/iphase.rst
Documentation/networking/device_drivers/can/ctu/ctucanfd-driver.rst
Documentation/networking/device_drivers/can/ctu/fsm_txt_buffer_user.svg
Documentation/networking/device_drivers/ethernet/3com/vortex.rst
Documentation/networking/device_drivers/ethernet/aquantia/atlantic.rst
Documentation/networking/device_drivers/ethernet/freescale/dpaa2/mac-phy-support.rst
Documentation/networking/device_drivers/ethernet/marvell/octeontx2.rst
Documentation/networking/device_drivers/ethernet/pensando/ionic.rst
Documentation/networking/device_drivers/ethernet/ti/am65_nuss_cpsw_switchdev.rst
Documentation/networking/device_drivers/ethernet/ti/cpsw_switchdev.rst
Documentation/networking/device_drivers/wwan/iosm.rst
Documentation/networking/devlink/ice.rst
Documentation/networking/devlink/netdevsim.rst
Documentation/networking/devlink/prestera.rst
Documentation/networking/dsa/configuration.rst
Documentation/networking/ethtool-netlink.rst
Documentation/networking/gtp.rst
Documentation/networking/ieee802154.rst
Documentation/networking/ip-sysctl.rst
Documentation/networking/ipvlan.rst
Documentation/networking/j1939.rst
Documentation/networking/net_failover.rst
Documentation/networking/netconsole.rst
Documentation/networking/page_pool.rst
Documentation/networking/phonet.rst
Documentation/networking/phy.rst
Documentation/networking/regulatory.rst
Documentation/networking/rxrpc.rst
Documentation/networking/snmp_counter.rst
Documentation/networking/sysfs-tagging.rst

index 60b217b436be668fe705e53ee5da35119eeb2995..247c6c4127e942ae8afcd9ac1983393610a75613 100644 (file)
@@ -419,7 +419,7 @@ XDP_UMEM_REG setsockopt
 -----------------------
 
 This setsockopt registers a UMEM to a socket. This is the area that
-contain all the buffers that packet can recide in. The call takes a
+contain all the buffers that packet can reside in. The call takes a
 pointer to the beginning of this area and the size of it. Moreover, it
 also has parameter called chunk_size that is the size that the UMEM is
 divided into. It can only be 2K or 4K at the moment. If you have an
@@ -592,7 +592,7 @@ A: When a netdev of a physical NIC is initialized, Linux usually
    A number of other ways are possible all up to the capabilities of
    the NIC you have.
 
-Q: Can I use the XSKMAP to implement a switch betwen different umems
+Q: Can I use the XSKMAP to implement a switch between different umems
    in copy mode?
 
 A: The short answer is no, that is not supported at the moment. The
index ac249ac8fcf2f8b59d61e84d7deaa22c7cb08562..9822157235823f9af38b843f2b74babc4e14bc61 100644 (file)
@@ -1902,7 +1902,7 @@ of 32 possible I/O Base addresses using the following tables::
      6    |  10
 
 The I/O address is sum of all switches set to "1". Remember that
-the I/O address space bellow 0x200 is RESERVED for mainboard, so
+the I/O address space below 0x200 is RESERVED for mainboard, so
 switch 1 should be ALWAYS SET TO OFF.
 
 
index 90121deef217bb2666f6bc0f47c6f36301fc0f68..d7e1ada905b2d3bc901e8537f2876d7b28090a08 100644 (file)
@@ -931,7 +931,7 @@ ival1:
 ival2:
        Throttle the received message rate down to the value of ival2. This
        is useful to reduce messages for the application when the signal inside the
-       CAN frame is stateless as state changes within the ival2 periode may get
+       CAN frame is stateless as state changes within the ival2 period may get
        lost.
 
 Broadcast Manager Multiplex Message Receive Filter
index 638ac1ee7914f1b6104d8b7119a9d94ef253f264..935d872ae87c7f0040e27a9cdf9373cbbc2cd2c1 100644 (file)
@@ -50,7 +50,7 @@ Setup Packet
 ``wIndex``         USB Interface Index (0 for device commands)
 ``wLength``        * Host to Device - Number of bytes to transmit
                    * Device to Host - Maximum Number of bytes to
-                     receive. If the device send less. Commom ZLP
+                     receive. If the device send less. Common ZLP
                      semantics are used.
 =================  =====================================================
 
index 0048409c06b4e5534a87d4d85b20753269a711e8..37f968acc473a46b7a9d7285a542a1b015562122 100644 (file)
@@ -93,7 +93,7 @@ MBIM function can be looked up using sysfs.  For example::
 USB configuration descriptors
 -----------------------------
 The wMaxControlMessage field of the CDC MBIM functional descriptor
-limits the maximum control message size. The managament application is
+limits the maximum control message size. The management application is
 responsible for negotiating a control message size complying with the
 requirements in section 9.3.1 of [1], taking this descriptor field
 into consideration.
index 92d9b757d75af10015029c53c364bd07f1ba7c4a..388c7101e2cb5452b9eb5cb1a51b93ceb27c3037 100644 (file)
@@ -4,7 +4,7 @@
 ATM (i)Chip IA Linux Driver Source
 ==================================
 
-                             READ ME FISRT
+                             READ ME FIRST
 
 --------------------------------------------------------------------------------
 
index 40c92ea272af00b9b278d350649aca31780f62d1..1a4fc66075828889eea430264662ab8c96527456 100644 (file)
@@ -577,7 +577,7 @@ CTU CAN FD IP Core and Driver Development Acknowledgment
 
   * Linux driver development
   * continuous integration platform architect and GHDL updates
-  * theses `Open-source and Open-hardware CAN FD Protocol Support <https://dspace.cvut.cz/bitstream/handle/10467/80366/F3-DP-2019-Jerabek-Martin-Jerabek-thesis-2019-canfd.pdf>`_
+  * thesis `Open-source and Open-hardware CAN FD Protocol Support <https://dspace.cvut.cz/bitstream/handle/10467/80366/F3-DP-2019-Jerabek-Martin-Jerabek-thesis-2019-canfd.pdf>`_
 
 * Jiri Novak <jnovak@fel.cvut.cz>
 
@@ -603,7 +603,7 @@ CTU CAN FD IP Core and Driver Development Acknowledgment
 * Jan Charvat
 
  * implemented CTU CAN FD functional model for QEMU which has been integrated into QEMU mainline (`docs/system/devices/can.rst <https://www.qemu.org/docs/master/system/devices/can.html>`_)
- * Bachelor theses Model of CAN FD Communication Controller for QEMU Emulator
+ * Bachelor thesis Model of CAN FD Communication Controller for QEMU Emulator
 
 Notes
 -----
index b371650788f4515c8cfdb4510063d9115584bd8d..381323423b4cae73c27b6deb1789becc13e38720 100644 (file)
    </g>
   </g>
   <text transform="matrix(.264583 0 0 .264583 91.8919 139.964)" x="26.959213" y="9.11724" fill="#2aa1ff" filter="url(#filter1204-6-2-9-1-3-1)" font-size="12px" stroke-width="3.77953" text-align="center" text-anchor="middle" style="line-height:1.1" xml:space="preserve"><tspan x="26.959213" y="9.11724" text-align="center">Set</tspan><tspan x="26.959213" y="22.31724" text-align="center">abort</tspan></text>
-  <text transform="translate(49.0277 104.823)" x="57.620724" y="16.855087" filter="url(#filter1204)" font-size="3.175px" text-align="center" text-anchor="middle" style="line-height:1.1" xml:space="preserve"><tspan x="57.620724" y="16.855087" text-align="center">Transmission</tspan><tspan x="57.620724" y="20.347588" text-align="center">unsuccesfull</tspan></text>
+  <text transform="translate(49.0277 104.823)" x="57.620724" y="16.855087" filter="url(#filter1204)" font-size="3.175px" text-align="center" text-anchor="middle" style="line-height:1.1" xml:space="preserve"><tspan x="57.620724" y="16.855087" text-align="center">Transmission</tspan><tspan x="57.620724" y="20.347588" text-align="center">unsuccessful</tspan></text>
   <g font-size="12px" stroke-width="3.77953" text-anchor="middle">
    <text transform="matrix(.264583 0 0 .264583 68.5988 118.913)" x="38.824219" y="9.1171875" filter="url(#filter1204)" text-align="center" style="line-height:1.1" xml:space="preserve"><tspan x="38.824219" y="9.1171875" text-align="center">Transmission</tspan><tspan x="38.824219" y="22.317188" text-align="center">starts</tspan></text>
-   <text transform="matrix(.264583 0 0 .264583 106.802 130.509)" x="38.824219" y="9.1171875" filter="url(#filter1204)" text-align="center" style="line-height:1.1" xml:space="preserve"><tspan x="38.824219" y="9.1171875" text-align="center">Transmission</tspan><tspan x="38.824219" y="22.317188" text-align="center">succesfull</tspan></text>
+   <text transform="matrix(.264583 0 0 .264583 106.802 130.509)" x="38.824219" y="9.1171875" filter="url(#filter1204)" text-align="center" style="line-height:1.1" xml:space="preserve"><tspan x="38.824219" y="9.1171875" text-align="center">Transmission</tspan><tspan x="38.824219" y="22.317188" text-align="center">successful</tspan></text>
    <text transform="matrix(.264583 0 0 .264583 107.77 145.476)" x="38.824219" y="9.1171875" filter="url(#filter1204)" text-align="center" style="line-height:1.1" xml:space="preserve"><tspan x="38.824219" y="9.1171875" text-align="center">Transmission</tspan><tspan x="38.824219" y="22.317188" text-align="center">sborted</tspan></text>
   </g>
   <g stroke-width="3.77953" text-anchor="middle">
index e89e4192af8870275d303f69381ca576e703cbed..a060f84c4f962dc436dcbc24db7cd3940bb841a2 100644 (file)
@@ -254,7 +254,7 @@ Media selection
 A number of the older NICs such as the 3c590 and 3c900 series have
 10base2 and AUI interfaces.
 
-Prior to January, 2001 this driver would autoeselect the 10base2 or AUI
+Prior to January, 2001 this driver would autoselect the 10base2 or AUI
 port if it didn't detect activity on the 10baseT port.  It would then
 get stuck on the 10base2 port and a driver reload was necessary to
 switch back to 10baseT.  This behaviour could not be prevented with a
index 595ddef1c8b3460c3f98143f022dc5868369b897..099280a261be3eac472de42140b24a57fdcbce26 100644 (file)
@@ -270,7 +270,7 @@ RX flow rules (ntuple filters)
 
     ethtool -K ethX ntuple <on|off>
 
- When disabling ntuple filters, all the user programed filters are
+ When disabling ntuple filters, all the user programmed filters are
  flushed from the driver cache and hardware. All needed filters must
  be re-added when ntuple is re-enabled.
 
@@ -418,7 +418,7 @@ Default value: 0xFFFF
 0        Disable interrupt throttling.
 1        Enable interrupt throttling and use specified tx and rx rates.
 0xFFFF   Auto throttling mode. Driver will choose the best RX and TX
-        interrupt throtting settings based on link speed.
+        interrupt throttling settings based on link speed.
 ======   ==============================================================
 
 aq_itr_tx - TX interrupt throttle rate
@@ -456,7 +456,7 @@ AQ_CFG_RX_PAGEORDER
 
 Default value: 0
 
-RX page order override. Thats a power of 2 number of RX pages allocated for
+RX page order override. That's a power of 2 number of RX pages allocated for
 each descriptor. Received descriptor size is still limited by
 AQ_CFG_RX_FRAME_MAX.
 
index 1d2f55feca242828deb965304d7edd3dc930ab63..e2a36d0d88ef90a0745c374c11aa27c9a9a20d4d 100644 (file)
@@ -11,7 +11,7 @@ Overview
 --------
 
 The DPAA2 MAC / PHY support consists of a set of APIs that help DPAA2 network
-drivers (dpaa2-eth, dpaa2-ethsw) interract with the PHY library.
+drivers (dpaa2-eth, dpaa2-ethsw) interact with the PHY library.
 
 DPAA2 Software Architecture
 ---------------------------
index dd5cd69467beaae24f957d403e21a983c5e9ad1e..5ba9015336e2ee0e3fa2b66b633a831ea550bdc7 100644 (file)
@@ -127,7 +127,7 @@ Type1:
 Type2:
  - RVU PF0 ie admin function creates these VFs and maps them to loopback block's channels.
  - A set of two VFs (VF0 & VF1, VF2 & VF3 .. so on) works as a pair ie pkts sent out of
-   VF0 will be received by VF1 and viceversa.
+   VF0 will be received by VF1 and vice versa.
  - These VFs can be used by applications or virtual machines to communicate between them
    without sending traffic outside. There is no switch present in HW, hence the support
    for loopback VFs.
index 0eabbc347d6c7fb51d149ec11c9f99caaf4840dc..6ec7d686efab04546045a3ccfe0a2d096a2d89b5 100644 (file)
@@ -83,7 +83,7 @@ Configuring the Driver
 MTU
 ---
 
-Jumbo frame support is available with a maximim size of 9194 bytes.
+Jumbo frame support is available with a maximum size of 9194 bytes.
 
 Interrupt coalescing
 --------------------
index f24adfab6a1ba2c74729ca6051f06fe4b920dabf..25fd9aa284e27eec8acc1459d1820360140a9902 100644 (file)
@@ -124,7 +124,7 @@ Multicast flooding
 ==================
 CPU port mcast_flooding is always on
 
-Turning flooding on/off on swithch ports:
+Turning flooding on/off on switch ports:
 bridge link set dev sw0p1 mcast_flood on/off
 
 Access and Trunk port
index 1241ecac73bd45f0612734712b2a7e8eae796351..464dce938ed15722078a64c91d2873de8db42404 100644 (file)
@@ -174,7 +174,7 @@ Multicast flooding
 ==================
 CPU port mcast_flooding is always on
 
-Turning flooding on/off on swithch ports:
+Turning flooding on/off on switch ports:
 bridge link set dev sw0p1 mcast_flood on/off
 
 Access and Trunk port
index aceb0223eb469c34e46accd9138e24a604eed47d..6f9e955af9848e10270bbfd81eb1df0e8cb73321 100644 (file)
@@ -69,7 +69,7 @@ wwan0-X network device
 The IOSM driver exposes IP link interface "wwan0-X" of type "wwan" for IP
 traffic. Iproute network utility is used for creating "wwan0-X" network
 interface and for associating it with MBIM IP session. The Driver supports
-upto 8 IP sessions for simultaneous IP communication.
+up to 8 IP sessions for simultaneous IP communication.
 
 The userspace management application is responsible for creating new IP link
 prior to establishing MBIM IP session where the SessionId is greater than 0.
index 625efb3777d5dfc97e0977ecca91807b93a47480..10f282c2117c6ca122ad509ba672976386b42fd4 100644 (file)
@@ -285,7 +285,7 @@ features are enabled after the hierarchy is exported, but before any
 changes are made.
 
 This feature is also dependent on switchdev being enabled in the system.
-It's required bacause devlink-rate requires devlink-port objects to be
+It's required because devlink-rate requires devlink-port objects to be
 present, and those objects are only created in switchdev mode.
 
 If the driver is set to the switchdev mode, it will export internal
@@ -320,7 +320,7 @@ nodes and nodes with children also can't be deleted.
     * - ``tx_weight``
       - allows for usage of Weighted Fair Queuing arbitration scheme among
         siblings. This arbitration scheme can be used simultaneously with
-        the strict priority. Range 1-200. Only relative values mater for
+        the strict priority. Range 1-200. Only relative values matter for
         arbitration.
 
 ``tx_priority`` and ``tx_weight`` can be used simultaneously. In that case
index ec5e6d79b2e2438b029a51b920272b234e7961c5..88482725422c2345adccc0f04d2566fb5ba5ef6f 100644 (file)
@@ -95,5 +95,5 @@ Driver-specific Traps
    * - ``fid_miss``
      - ``exception``
      - When a packet enters the device it is classified to a filtering
-       indentifier (FID) based on the ingress port and VLAN. This trap is used
+       identifier (FID) based on the ingress port and VLAN. This trap is used
        to trap packets for which a FID could not be found
index 49409d1d30813af9334d54b781405ff13d675e93..96b1124e614b186be165eefb4dbd1b496f2a7ceb 100644 (file)
@@ -138,4 +138,4 @@ Driver-specific Traps
      - Drops packets with zero (0) IPV4 source address.
    * - ``met_red``
      - ``drop``
-     - Drops non-conforming packets (dropped by Ingress policer, metering drop), e.g. packet rate exceeded configured bandwith.
+     - Drops non-conforming packets (dropped by Ingress policer, metering drop), e.g. packet rate exceeded configured bandwidth.
index 827701f8cbfe6fed317e96130593c9027dde7c89..d2934c40f0f1c9c5c3ceabd220cccc4fe09a6b3b 100644 (file)
@@ -5,7 +5,7 @@ DSA switch configuration from userspace
 =======================================
 
 The DSA switch configuration is not integrated into the main userspace
-network configuration suites by now and has to be performed manualy.
+network configuration suites by now and has to be performed manually.
 
 .. _dsa-config-showcases:
 
index 1626e863eec9b7a266df78653d7093a3b7bfca5f..d144e890961d1aadf16158ba2ab2020b3d843725 100644 (file)
@@ -106,7 +106,7 @@ modifying a bitmap, the former changes the bit set in mask to values set in
 value and preserves the rest; the latter sets the bits set in the bitmap and
 clears the rest.
 
-Compact form: nested (bitset) atrribute contents:
+Compact form: nested (bitset) attribute contents:
 
   ============================  ======  ============================
   ``ETHTOOL_A_BITSET_NOMASK``   flag    no mask, only a list
@@ -783,7 +783,7 @@ Kernel response contents:
   ``ETHTOOL_A_FEATURES_ACTIVE``         bitset  diff old vs. new active
   ====================================  ======  ==========================
 
-Request constains only one bitset which can be either value/mask pair (request
+Request contains only one bitset which can be either value/mask pair (request
 to change specific feature bits and leave the rest) or only a value (request
 to set all features to specified set).
 
@@ -1823,7 +1823,7 @@ aPLCATransmitOpportunityTimer. The valid range for this attribute is
 When set, the optional ``ETHTOOL_A_PLCA_BURST_CNT`` attribute indicates the
 configured number of extra packets that the node is allowed to send during a
 single transmit opportunity. By default, this attribute is 0, meaning that
-the node can only send a sigle frame per TO. When greater than 0, the PLCA RS
+the node can only send a single frame per TO. When greater than 0, the PLCA RS
 keeps the TO after any transmission, waiting for the MAC to send a new frame
 for up to aPLCABurstTimer BTs. This can only happen a number of times per PLCA
 cycle up to the value of this parameter. After that, the burst is over and the
index 1563fb94b289411814f28176984fa2b114a5149c..9a7835cc143758ed3fe19c8d935360904fee7997 100644 (file)
@@ -162,7 +162,7 @@ Local GTP-U entity and tunnel identification
 GTP-U uses UDP for transporting PDU's. The receiving UDP port is 2152
 for GTPv1-U and 3386 for GTPv0-U.
 
-There is only one GTP-U entity (and therefor SGSN/GGSN/S-GW/PDN-GW
+There is only one GTP-U entity (and therefore SGSN/GGSN/S-GW/PDN-GW
 instance) per IP address. Tunnel Endpoint Identifier (TEID) are unique
 per GTP-U entity.
 
index f27856d77c8b0a16da11615f50f0499caeec8f4b..c652d383fe102522099c23c0511f6b67dd224d27 100644 (file)
@@ -70,7 +70,7 @@ Like with WiFi, there are several types of devices implementing IEEE 802.15.4.
 exports a management (e.g. MLME) and data API.
 2) 'SoftMAC' or just radio. These types of devices are just radio transceivers
 possibly with some kinds of acceleration like automatic CRC computation and
-comparation, automagic ACK handling, address matching, etc.
+comparison, automagic ACK handling, address matching, etc.
 
 Those types of devices require different approach to be hooked into Linux kernel.
 
index 4cc2fab58dea4337407fa07ae28bcdc7526e0d10..39df3cfb3bcb0db98c5db3a46d2ecbcc6669b1fc 100644 (file)
@@ -50,7 +50,7 @@ ip_no_pmtu_disc - INTEGER
        Default: FALSE
 
 min_pmtu - INTEGER
-       default 552 - minimum Path MTU. Unless this is changed mannually,
+       default 552 - minimum Path MTU. Unless this is changed manually,
        each cached pmtu will never be lower than this setting.
 
 ip_forward_use_pmtu - BOOLEAN
@@ -2078,7 +2078,7 @@ skip_notify_on_dev_down - BOOLEAN
 
 nexthop_compat_mode - BOOLEAN
        New nexthop API provides a means for managing nexthops independent of
-       prefixes. Backwards compatibilty with old route format is enabled by
+       prefixes. Backwards compatibility with old route format is enabled by
        default which means route dumps and notifications contain the new
        nexthop attribute but also the full, expanded nexthop definition.
        Further, updates or deletes of a nexthop configuration generate route
@@ -2811,7 +2811,7 @@ pf_expose - INTEGER
        can be got via SCTP_GET_PEER_ADDR_INFO sockopt;  When it's enabled,
        a SCTP_PEER_ADDR_CHANGE event will be sent for a transport becoming
        SCTP_PF state and a SCTP_PF-state transport info can be got via
-       SCTP_GET_PEER_ADDR_INFO sockopt;  When it's diabled, no
+       SCTP_GET_PEER_ADDR_INFO sockopt;  When it's disabled, no
        SCTP_PEER_ADDR_CHANGE event will be sent and it returns -EACCES when
        trying to get a SCTP_PF-state transport info via SCTP_GET_PEER_ADDR_INFO
        sockopt.
index 0000c1d383bc0b21e93021d5984918f5da74119f..895d0ccfd5969b08ae4a33f9e7d24b15bb0f378d 100644 (file)
@@ -61,7 +61,7 @@ e.g.
 IPvlan has two modes of operation - L2 and L3. For a given master device,
 you can select one of these two modes and all slaves on that master will
 operate in the same (selected) mode. The RX mode is almost identical except
-that in L3 mode the slaves wont receive any multicast / broadcast traffic.
+that in L3 mode the slaves won't receive any multicast / broadcast traffic.
 L3 mode is more restrictive since routing is controlled from the other (mostly)
 default namespace.
 
index b705d2801e9c3ff573164a515507980eb24c4b84..e4bd7aa1f5aa9d3b45956a05b385001eb02b96cd 100644 (file)
@@ -116,7 +116,7 @@ format, the Group Extension is set in the PS-field.
   ----------------------------------------
   23 ... 16       15 ... 8
   ==============  ========================
-  F0h ... FFh     GE (Group Extenstion)
+  F0h ... FFh     GE (Group Extension)
   ==============  ========================
 
 On the other hand, when using PDU1 format, the PS-field contains a so-called
index 3a662f2b4d6ec64e8bfc2b78fac5c0da9cf95ce4..f4e1b4e07adc8dc5404ccfb47377f720e06b2c77 100644 (file)
@@ -90,7 +90,7 @@ virtio-net interface, and ens11 is the slave 'primary' VF passthrough interface.
 One point to note here is that some user space network configuration daemons
 like systemd-networkd, ifupdown, etc, do not understand the 'net_failover'
 device; and on the first boot, the VM might end up with both 'failover' device
-and VF accquiring IP addresses (either same or different) from the DHCP server.
+and VF acquiring IP addresses (either same or different) from the DHCP server.
 This will result in lack of connectivity to the VM. So some tweaks might be
 needed to these network configuration daemons to make sure that an IP is
 received only on the 'failover' device.
index 1f5c4a04027c4c5f6f685926966f0c0c569b75b2..dd0518e002f6242051c1043a74e35e6692ce3b14 100644 (file)
@@ -167,7 +167,7 @@ following format which is the same as /dev/kmsg::
 
 Non printable characters in <message text> are escaped using "\xff"
 notation. If the message contains optional dictionary, verbatim
-newline is used as the delimeter.
+newline is used as the delimiter.
 
 If a message doesn't fit in certain number of bytes (currently 1000),
 the message is split into multiple fragments by netconsole. These
index 5db8c263b0c67c18ed60e30b3958912747f44132..30f1344e7ccafe76fda3b1ed888d00e9500ad5f6 100644 (file)
@@ -11,7 +11,7 @@ Basic use involves replacing alloc_pages() calls with the
 page_pool_alloc_pages() call.  Drivers should use page_pool_dev_alloc_pages()
 replacing dev_alloc_pages().
 
-API keeps track of inflight pages, in order to let API user know
+API keeps track of in-flight pages, in order to let API user know
 when it is safe to free a page_pool object.  Thus, API users
 must run page_pool_release_page() when a page is leaving the page_pool or
 call page_pool_put_page() where appropriate in order to maintain correct
@@ -19,7 +19,7 @@ accounting.
 
 API user must call page_pool_put_page() once on a page, as it
 will either recycle the page, or in case of refcnt > 1, it will
-release the DMA mapping and inflight state accounting.
+release the DMA mapping and in-flight state accounting.
 
 Architecture overview
 =====================
@@ -88,7 +88,7 @@ a page will cause no race conditions is enough.
   directly into the pool fast cache.
 
 * page_pool_release_page(): Unmap the page (if mapped) and account for it on
-  inflight counters.
+  in-flight counters.
 
 * page_pool_dev_alloc_pages(): Get a page from the page allocator or page_pool
   caches.
index 8668dcbc5e6ae1eea28df449f4b8134934dd40ad..d705cc5b09fcf6b32cc4c1140de1e145f9167dd0 100644 (file)
@@ -131,7 +131,7 @@ Phonet resources, as follow::
 Subscription is similarly cancelled using the SIOCPNDELRESOURCE I/O
 control request, or when the socket is closed.
 
-Note that no more than one socket can be subcribed to any given
+Note that no more than one socket can be subscribed to any given
 resource at a time. If not, ioctl() will return EBUSY.
 
 
index d11329a08984e024c13cd8250ec0bb73e4c72d81..b7ac4c64cf679b90d2f71a5881def625d6c27431 100644 (file)
@@ -315,7 +315,7 @@ Some of the interface modes are described below:
     only the port id, but also so-called "extensions". The only documented
     extension so-far in the specification is the inclusion of timestamps, for
     PTP-enabled PHYs. This mode isn't compatible with QSGMII, but offers the
-    same capabilities in terms of link speed and negociation.
+    same capabilities in terms of link speed and negotiation.
 
 ``PHY_INTERFACE_MODE_1000BASEKX``
     This is 1000BASE-X as defined by IEEE 802.3 Clause 36 with Clause 73
index 16782a95b74aabc8464c4b3947f39ae1d7f73b0c..5e42c8a175c39263d883557589b28caccf0b4e9f 100644 (file)
@@ -66,7 +66,7 @@ An example::
   iw reg set CR
 
 This will request the kernel to set the regulatory domain to
-the specificied alpha2. The kernel in turn will then ask userspace
+the specified alpha2. The kernel in turn will then ask userspace
 to provide a regulatory domain for the alpha2 specified by the user
 by sending a uevent.
 
@@ -158,7 +158,7 @@ kmalloc() a structure big enough to hold your regulatory domain
 structure and you should then fill it with your data. Finally you simply
 call regulatory_hint() with the regulatory domain structure in it.
 
-Bellow is a simple example, with a regulatory domain cached using the stack.
+Below is a simple example, with a regulatory domain cached using the stack.
 Your implementation may vary (read EEPROM cache instead, for example).
 
 Example cache of some regulatory domain::
index e1af54424192b375f701992a95ffeeb68a76de8c..ec1323d92c9671914020eec63f9734e1e9cfd2d7 100644 (file)
@@ -1069,7 +1069,7 @@ The kernel interface functions are as follows:
      This value can be used to determine if the remote client has been
      restarted as it shouldn't change otherwise.
 
- (#) Set the maxmimum lifespan on a call::
+ (#) Set the maximum lifespan on a call::
 
        void rxrpc_kernel_set_max_life(struct socket *sock,
                                       struct rxrpc_call *call,
index 423d138b5ff3bd7f0d76c85f4a944f6fcf2b1869..21363747447895acc30069be338cdf594ec399b8 100644 (file)
@@ -980,7 +980,7 @@ How many reply packets of the SYN cookies the TCP stack receives.
 
 The MSS decoded from the SYN cookie is invalid. When this counter is
 updated, the received packet won't be treated as a SYN cookie and the
-TcpExtSyncookiesRecv counter wont be updated.
+TcpExtSyncookiesRecv counter won't be updated.
 
 Challenge ACK
 =============
@@ -1681,7 +1681,7 @@ RST to nstat-b::
 
   nstatuser@nstat-a:~$ sudo iptables -A INPUT -p tcp --sport 9000 -j DROP
 
-Send 3 SYN repeatly to nstat-b::
+Send 3 SYN repeatedly to nstat-b::
 
   nstatuser@nstat-a:~$ for i in {1..3}; do sudo tcpreplay -i ens3 /tmp/syn_fixcsum.pcap; done
 
index 83647e10c20786ba431d1a1a5b22e15e516703a0..65307130ab63330f30670f7515fd0cdddc71118f 100644 (file)
@@ -43,6 +43,6 @@ Users of this interface:
 
   - current_ns() which returns current's namespace
   - netlink_ns() which returns a socket's namespace
-  - initial_ns() which returns the initial namesapce
+  - initial_ns() which returns the initial namespace
 
 - call kobj_ns_exit() when an individual tag is no longer valid