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

doc:net: Fix typo in Documentation/networking

Correct spelling typo in Documentation/networking

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Masanari Iida and committed by
David S. Miller
c17cb8b5 b757a62e

+20 -20
+2 -2
Documentation/networking/dccp.txt
··· 18 18 Datagram Congestion Control Protocol (DCCP) is an unreliable, connection 19 19 oriented protocol designed to solve issues present in UDP and TCP, particularly 20 20 for real-time and multimedia (streaming) traffic. 21 - It divides into a base protocol (RFC 4340) and plugable congestion control 22 - modules called CCIDs. Like plugable TCP congestion control, at least one CCID 21 + It divides into a base protocol (RFC 4340) and pluggable congestion control 22 + modules called CCIDs. Like pluggable TCP congestion control, at least one CCID 23 23 needs to be enabled in order for the protocol to function properly. In the Linux 24 24 implementation, this is the TCP-like CCID2 (RFC 4341). Additional CCIDs, such as 25 25 the TCP-friendly CCID3 (RFC 4342), are optional.
+1 -1
Documentation/networking/e100.txt
··· 103 103 PRO/100 Family of Adapters is e100. 104 104 105 105 As an example, if you install the e100 driver for two PRO/100 adapters 106 - (eth0 and eth1), add the following to a configuraton file in /etc/modprobe.d/ 106 + (eth0 and eth1), add the following to a configuration file in /etc/modprobe.d/ 107 107 108 108 alias eth0 e100 109 109 alias eth1 e100
+2 -2
Documentation/networking/ieee802154.txt
··· 4 4 5 5 Introduction 6 6 ============ 7 - The IEEE 802.15.4 working group focuses on standartization of bottom 7 + The IEEE 802.15.4 working group focuses on standardization of bottom 8 8 two layers: Medium Access Control (MAC) and Physical (PHY). And there 9 9 are mainly two options available for upper layers: 10 10 - ZigBee - proprietary protocol from ZigBee Alliance ··· 66 66 code via plain sk_buffs. On skb reception skb->cb must contain additional 67 67 info as described in the struct ieee802154_mac_cb. During packet transmission 68 68 the skb->cb is used to provide additional data to device's header_ops->create 69 - function. Be aware, that this data can be overriden later (when socket code 69 + function. Be aware that this data can be overridden later (when socket code 70 70 submits skb to qdisc), so if you need something from that cb later, you should 71 71 store info in the skb->data on your own. 72 72
+1 -1
Documentation/networking/l2tp.txt
··· 197 197 implemented to provide extra debug information to help diagnose 198 198 problems.) Users should use the netlink API. 199 199 200 - /proc/net/pppol2tp is also provided for backwards compaibility with 200 + /proc/net/pppol2tp is also provided for backwards compatibility with 201 201 the original pppol2tp driver. It lists information about L2TPv2 202 202 tunnels and sessions only. Its use is discouraged. 203 203
+1 -1
Documentation/networking/netdev-FAQ.txt
··· 68 68 69 69 The "net" tree continues to collect fixes for the vX.Y content, and 70 70 is fed back to Linus at regular (~weekly) intervals. Meaning that the 71 - focus for "net" is on stablilization and bugfixes. 71 + focus for "net" is on stabilization and bugfixes. 72 72 73 73 Finally, the vX.Y gets released, and the whole cycle starts over. 74 74
+2 -2
Documentation/networking/operstates.txt
··· 89 89 it as lower layer. 90 90 91 91 Note that for certain kind of soft-devices, which are not managing any 92 - real hardware, there is possible to set this bit from userpsace. 93 - One should use TVL IFLA_CARRIER to do so. 92 + real hardware, it is possible to set this bit from userspace. One 93 + should use TVL IFLA_CARRIER to do so. 94 94 95 95 netif_carrier_ok() can be used to query that bit. 96 96
+1 -1
Documentation/networking/rxrpc.txt
··· 144 144 (*) Calls use ACK packets to handle reliability. Data packets are also 145 145 explicitly sequenced per call. 146 146 147 - (*) There are two types of positive acknowledgement: hard-ACKs and soft-ACKs. 147 + (*) There are two types of positive acknowledgment: hard-ACKs and soft-ACKs. 148 148 A hard-ACK indicates to the far side that all the data received to a point 149 149 has been received and processed; a soft-ACK indicates that the data has 150 150 been received but may yet be discarded and re-requested. The sender may
+4 -4
Documentation/networking/stmmac.txt
··· 160 160 o pmt: core has the embedded power module (optional). 161 161 o force_sf_dma_mode: force DMA to use the Store and Forward mode 162 162 instead of the Threshold. 163 - o force_thresh_dma_mode: force DMA to use the Shreshold mode other than 163 + o force_thresh_dma_mode: force DMA to use the Threshold mode other than 164 164 the Store and Forward mode. 165 165 o riwt_off: force to disable the RX watchdog feature and switch to NAPI mode. 166 166 o fix_mac_speed: this callback is used for modifying some syscfg registers ··· 175 175 registers. 176 176 o custom_cfg/custom_data: this is a custom configuration that can be passed 177 177 while initializing the resources. 178 - o bsp_priv: another private poiter. 178 + o bsp_priv: another private pointer. 179 179 180 180 For MDIO bus The we have: 181 181 ··· 271 271 o dwmac1000_dma.c: dma functions for the GMAC chip; 272 272 o dwmac1000.h: specific header file for the GMAC; 273 273 o dwmac100_core: MAC 100 core and dma code; 274 - o dwmac100_dma.c: dma funtions for the MAC chip; 274 + o dwmac100_dma.c: dma functions for the MAC chip; 275 275 o dwmac1000.h: specific header file for the MAC; 276 276 o dwmac_lib.c: generic DMA functions shared among chips; 277 277 o enh_desc.c: functions for handling enhanced descriptors; ··· 364 364 10) TODO: 365 365 o XGMAC is not supported. 366 366 o Complete the TBI & RTBI support. 367 - o extened VLAN support for 3.70a SYNP GMAC. 367 + o extend VLAN support for 3.70a SYNP GMAC.
+2 -2
Documentation/networking/vortex.txt
··· 68 68 69 69 There are several parameters which may be provided to the driver when 70 70 its module is loaded. These are usually placed in /etc/modprobe.d/*.conf 71 - configuretion files. Example: 71 + configuration files. Example: 72 72 73 73 options 3c59x debug=3 rx_copybreak=300 74 74 ··· 178 178 179 179 The driver's interrupt service routine can handle many receive and 180 180 transmit packets in a single invocation. It does this in a loop. 181 - The value of max_interrupt_work governs how mnay times the interrupt 181 + The value of max_interrupt_work governs how many times the interrupt 182 182 service routine will loop. The default value is 32 loops. If this 183 183 is exceeded the interrupt service routine gives up and generates a 184 184 warning message "eth0: Too much work in interrupt".
+1 -1
Documentation/networking/x25-iface.txt
··· 105 105 later. 106 106 The lapb module interface was modified to support this. Its 107 107 data_indication() method should now transparently pass the 108 - netif_rx() return value to the (lapb mopdule) caller. 108 + netif_rx() return value to the (lapb module) caller. 109 109 (2) Drivers for kernel versions 2.2.x should always check the global 110 110 variable netdev_dropping when a new frame is received. The driver 111 111 should only call netif_rx() if netdev_dropping is zero. Otherwise