Commit f4e715c3 authored by stephen hemminger's avatar stephen hemminger Committed by David S. Miller

ipv4: minor spelling fixes

Signed-off-by: default avatarStephen Hemminger <stephen@networkplumber.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 4c87454a
...@@ -104,7 +104,7 @@ static void geneve_build_header(struct genevehdr *geneveh, ...@@ -104,7 +104,7 @@ static void geneve_build_header(struct genevehdr *geneveh,
memcpy(geneveh->options, options, options_len); memcpy(geneveh->options, options, options_len);
} }
/* Transmit a fully formated Geneve frame. /* Transmit a fully formatted Geneve frame.
* *
* When calling this function. The skb->data should point * When calling this function. The skb->data should point
* to the geneve header which is fully formed. * to the geneve header which is fully formed.
......
...@@ -5866,7 +5866,7 @@ static inline void pr_drop_req(struct request_sock *req, __u16 port, int family) ...@@ -5866,7 +5866,7 @@ static inline void pr_drop_req(struct request_sock *req, __u16 port, int family)
* If we receive a SYN packet with these bits set, it means a * If we receive a SYN packet with these bits set, it means a
* network is playing bad games with TOS bits. In order to * network is playing bad games with TOS bits. In order to
* avoid possible false congestion notifications, we disable * avoid possible false congestion notifications, we disable
* TCP ECN negociation. * TCP ECN negotiation.
* *
* Exception: tcp_ca wants ECN. This is required for DCTCP * Exception: tcp_ca wants ECN. This is required for DCTCP
* congestion control; it requires setting ECT on all packets, * congestion control; it requires setting ECT on all packets,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment