diff mbox

[net-next] ipv4: minor spelling fixes

Message ID 20141029160506.46011813@urahara
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Stephen Hemminger Oct. 29, 2014, 11:05 p.m. UTC
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

David Miller Oct. 30, 2014, 8:14 p.m. UTC | #1
From: Stephen Hemminger <stephen@networkplumber.org>
Date: Wed, 29 Oct 2014 16:05:06 -0700

> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>

Applied, thanks Stephen.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

--- a/net/ipv4/geneve.c	2014-10-27 21:05:31.259174957 -0700
+++ b/net/ipv4/geneve.c	2014-10-27 21:05:31.255174943 -0700
@@ -104,7 +104,7 @@  static void geneve_build_header(struct g
 	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.
--- a/net/ipv4/tcp_input.c	2014-10-27 21:05:31.259174957 -0700
+++ b/net/ipv4/tcp_input.c	2014-10-27 21:05:31.259174957 -0700
@@ -5865,7 +5865,7 @@  static inline void pr_drop_req(struct re
  * 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,