diff options
author | stephen hemminger <stephen@networkplumber.org> | 2014-10-30 00:05:06 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-10-30 21:14:43 +0100 |
commit | f4e715c3254e3c0167b5d4272901a2b248b65ad2 (patch) | |
tree | c9bfc9186f7b3df3cfb7767b641a170cdcf11857 /net/ipv4 | |
parent | hyperv: Add IPv6 into the hash computation for vRSS (diff) | |
download | linux-f4e715c3254e3c0167b5d4272901a2b248b65ad2.tar.xz linux-f4e715c3254e3c0167b5d4272901a2b248b65ad2.zip |
ipv4: minor spelling fixes
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4')
-rw-r--r-- | net/ipv4/geneve.c | 2 | ||||
-rw-r--r-- | net/ipv4/tcp_input.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv4/geneve.c b/net/ipv4/geneve.c index 065cd94c640c..91861fe77ed1 100644 --- a/net/ipv4/geneve.c +++ b/net/ipv4/geneve.c @@ -104,7 +104,7 @@ static void geneve_build_header(struct genevehdr *geneveh, 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 * to the geneve header which is fully formed. diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c index 9a18cdd633f3..df8b3c12a173 100644 --- a/net/ipv4/tcp_input.c +++ b/net/ipv4/tcp_input.c @@ -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 * network is playing bad games with TOS bits. In order to * avoid possible false congestion notifications, we disable - * TCP ECN negociation. + * TCP ECN negotiation. * * Exception: tcp_ca wants ECN. This is required for DCTCP * congestion control; it requires setting ECT on all packets, |