]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
Documentation: Fix networking typos
authorBjorn Helgaas <bhelgaas@google.com>
Wed, 13 Aug 2025 20:05:02 +0000 (15:05 -0500)
committerJonathan Corbet <corbet@lwn.net>
Mon, 18 Aug 2025 16:31:20 +0000 (10:31 -0600)
Fix typos.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20250813200526.290420-7-helgaas@kernel.org
Documentation/networking/can.rst
Documentation/networking/device_drivers/ethernet/ti/am65_nuss_cpsw_switchdev.rst
Documentation/networking/device_drivers/ethernet/ti/cpsw_switchdev.rst
Documentation/networking/rds.rst

index bc1b585355f7ad99edf030f8816dc01aa3016035..680dc74514934d8de9fbf82e4ae05a760f360972 100644 (file)
@@ -539,7 +539,7 @@ CAN Filter Usage Optimisation
 The CAN filters are processed in per-device filter lists at CAN frame
 reception time. To reduce the number of checks that need to be performed
 while walking through the filter lists the CAN core provides an optimized
-filter handling when the filter subscription focusses on a single CAN ID.
+filter handling when the filter subscription focuses on a single CAN ID.
 
 For the possible 2048 SFF CAN identifiers the identifier is used as an index
 to access the corresponding subscription list without any further checks.
index 25fd9aa284e27eec8acc1459d1820360140a9902..f0424597aac1ad0108ae7cbfb5307b6d5adb2c0d 100644 (file)
@@ -42,7 +42,7 @@ Port's netdev devices have to be in UP before joining to the bridge to avoid
 overwriting of bridge configuration as CPSW switch driver completely reloads its
 configuration when first port changes its state to UP.
 
-When the both interfaces joined the bridge - CPSW switch driver will enable
+When both interfaces have joined the bridge - CPSW switch driver will enable
 marking packets with offload_fwd_mark flag.
 
 All configuration is implemented via switchdev API.
index 464dce938ed15722078a64c91d2873de8db42404..2f3c43a32bfc2b03737183b25552b19009193bc4 100644 (file)
@@ -92,7 +92,7 @@ Port's netdev devices have to be in UP before joining to the bridge to avoid
 overwriting of bridge configuration as CPSW switch driver copletly reloads its
 configuration when first Port changes its state to UP.
 
-When the both interfaces joined the bridge - CPSW switch driver will enable
+When both interfaces have joined the bridge - CPSW switch driver will enable
 marking packets with offload_fwd_mark flag unless "ale_bypass=0"
 
 All configuration is implemented via switchdev API.
index 41b0a6182fe4b5b12ce66f6bb61404400080654b..4261146e9d92e9d2be585ca683b5426d2ce0b499 100644 (file)
@@ -339,7 +339,7 @@ The send path
   rds_sendmsg()
     - struct rds_message built from incoming data
     - CMSGs parsed (e.g. RDMA ops)
-    - transport connection alloced and connected if not already
+    - transport connection allocated and connected if not already
     - rds_message placed on send queue
     - send worker awoken