]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ipv4: minor spelling fixes
authorstephen hemminger <stephen@networkplumber.org>
Wed, 29 Oct 2014 23:05:06 +0000 (16:05 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 30 Oct 2014 20:14:43 +0000 (16:14 -0400)
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/geneve.c
net/ipv4/tcp_input.c

index 065cd94c640c0c2a20cbf99c31cba588db54897e..91861fe77ed1d7e6cbc7dfe8b60504fee9a64919 100644 (file)
@@ -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.
index 9a18cdd633f37e6a805f0f096edece0b0852bc20..df8b3c12a173416a89030192edaabe196584d989 100644 (file)
@@ -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,