mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
ipv4: Fix spelling mistakes
Fix some spelling mistakes in comments: Dont ==> Don't timout ==> timeout incomming ==> incoming necesarry ==> necessary substract ==> subtract Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
84a57ae96b
commit
974d8f86cd
4 changed files with 6 additions and 6 deletions
|
@ -441,7 +441,7 @@ static void tcp_fastopen_synack_timer(struct sock *sk, struct request_sock *req)
|
|||
* This function gets called when the kernel timer for a TCP packet
|
||||
* of this socket expires.
|
||||
*
|
||||
* It handles retransmission, timer adjustment and other necesarry measures.
|
||||
* It handles retransmission, timer adjustment and other necessary measures.
|
||||
*
|
||||
* Returns: Nothing (void)
|
||||
*/
|
||||
|
@ -766,7 +766,7 @@ static enum hrtimer_restart tcp_compressed_ack_kick(struct hrtimer *timer)
|
|||
if (!sock_owned_by_user(sk)) {
|
||||
if (tp->compressed_ack) {
|
||||
/* Since we have to send one ack finally,
|
||||
* substract one from tp->compressed_ack to keep
|
||||
* subtract one from tp->compressed_ack to keep
|
||||
* LINUX_MIB_TCPACKCOMPRESSED accurate.
|
||||
*/
|
||||
tp->compressed_ack--;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue