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

Documentation: Fix networking typos

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

authored by

Bjorn Helgaas and committed by
Jonathan Corbet
e855d7e5 81fd803b

+4 -4
+1 -1
Documentation/networking/can.rst
··· 539 539 The CAN filters are processed in per-device filter lists at CAN frame 540 540 reception time. To reduce the number of checks that need to be performed 541 541 while walking through the filter lists the CAN core provides an optimized 542 - filter handling when the filter subscription focusses on a single CAN ID. 542 + filter handling when the filter subscription focuses on a single CAN ID. 543 543 544 544 For the possible 2048 SFF CAN identifiers the identifier is used as an index 545 545 to access the corresponding subscription list without any further checks.
+1 -1
Documentation/networking/device_drivers/ethernet/ti/am65_nuss_cpsw_switchdev.rst
··· 42 42 overwriting of bridge configuration as CPSW switch driver completely reloads its 43 43 configuration when first port changes its state to UP. 44 44 45 - When the both interfaces joined the bridge - CPSW switch driver will enable 45 + When both interfaces have joined the bridge - CPSW switch driver will enable 46 46 marking packets with offload_fwd_mark flag. 47 47 48 48 All configuration is implemented via switchdev API.
+1 -1
Documentation/networking/device_drivers/ethernet/ti/cpsw_switchdev.rst
··· 92 92 overwriting of bridge configuration as CPSW switch driver copletly reloads its 93 93 configuration when first Port changes its state to UP. 94 94 95 - When the both interfaces joined the bridge - CPSW switch driver will enable 95 + When both interfaces have joined the bridge - CPSW switch driver will enable 96 96 marking packets with offload_fwd_mark flag unless "ale_bypass=0" 97 97 98 98 All configuration is implemented via switchdev API.
+1 -1
Documentation/networking/rds.rst
··· 339 339 rds_sendmsg() 340 340 - struct rds_message built from incoming data 341 341 - CMSGs parsed (e.g. RDMA ops) 342 - - transport connection alloced and connected if not already 342 + - transport connection allocated and connected if not already 343 343 - rds_message placed on send queue 344 344 - send worker awoken 345 345