lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Wed, 29 Oct 2014 16:05:06 -0700 From: Stephen Hemminger <stephen@...workplumber.org> To: David Miller <davem@...emloft.net> Cc: netdev@...r.kernel.org Subject: [PATCH net-next] ipv4: minor spelling fixes Signed-off-by: Stephen Hemminger <stephen@...workplumber.org> --- 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, -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists