diff options
author | Daniel Mack <daniel@caiaq.de> | 2010-02-02 19:01:28 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-02-09 05:13:56 -0500 |
commit | 3ad2f3fbb961429d2aa627465ae4829758bc7e07 (patch) | |
tree | f365c513e8f5b477a61336a600ff54f32b7ad6e1 /net | |
parent | 1537a3638cbf741d3826c1002026cce487a6bee0 (diff) |
tree-wide: Assorted spelling fixes
In particular, several occurances of funny versions of 'success',
'unknown', 'therefore', 'acknowledge', 'argument', 'achieve', 'address',
'beginning', 'desirable', 'separate' and 'necessary' are fixed.
Signed-off-by: Daniel Mack <daniel@caiaq.de>
Cc: Joe Perches <joe@perches.com>
Cc: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'net')
-rw-r--r-- | net/ipv4/tcp_timer.c | 2 | ||||
-rw-r--r-- | net/mac80211/mesh_plink.c | 2 | ||||
-rw-r--r-- | net/netfilter/nf_conntrack_sip.c | 4 | ||||
-rw-r--r-- | net/netfilter/xt_hashlimit.c | 2 | ||||
-rw-r--r-- | net/sctp/sm_sideeffect.c | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/net/ipv4/tcp_timer.c b/net/ipv4/tcp_timer.c index 8816a20c2597..aff48d657181 100644 --- a/net/ipv4/tcp_timer.c +++ b/net/ipv4/tcp_timer.c | |||
@@ -133,7 +133,7 @@ static void tcp_mtu_probing(struct inet_connection_sock *icsk, struct sock *sk) | |||
133 | } | 133 | } |
134 | 134 | ||
135 | /* This function calculates a "timeout" which is equivalent to the timeout of a | 135 | /* This function calculates a "timeout" which is equivalent to the timeout of a |
136 | * TCP connection after "boundary" unsucessful, exponentially backed-off | 136 | * TCP connection after "boundary" unsuccessful, exponentially backed-off |
137 | * retransmissions with an initial RTO of TCP_RTO_MIN. | 137 | * retransmissions with an initial RTO of TCP_RTO_MIN. |
138 | */ | 138 | */ |
139 | static bool retransmits_timed_out(struct sock *sk, | 139 | static bool retransmits_timed_out(struct sock *sk, |
diff --git a/net/mac80211/mesh_plink.c b/net/mac80211/mesh_plink.c index 0f7c6e6a4248..54e4c8bb23e7 100644 --- a/net/mac80211/mesh_plink.c +++ b/net/mac80211/mesh_plink.c | |||
@@ -743,7 +743,7 @@ void mesh_rx_plink_frame(struct ieee80211_sub_if_data *sdata, struct ieee80211_m | |||
743 | break; | 743 | break; |
744 | default: | 744 | default: |
745 | /* should not get here, PLINK_BLOCKED is dealt with at the | 745 | /* should not get here, PLINK_BLOCKED is dealt with at the |
746 | * beggining of the function | 746 | * beginning of the function |
747 | */ | 747 | */ |
748 | spin_unlock_bh(&sta->lock); | 748 | spin_unlock_bh(&sta->lock); |
749 | break; | 749 | break; |
diff --git a/net/netfilter/nf_conntrack_sip.c b/net/netfilter/nf_conntrack_sip.c index 023966b569bf..fbe94adee7ac 100644 --- a/net/netfilter/nf_conntrack_sip.c +++ b/net/netfilter/nf_conntrack_sip.c | |||
@@ -276,7 +276,7 @@ EXPORT_SYMBOL_GPL(ct_sip_parse_request); | |||
276 | * tabs, spaces and continuation lines, which are treated as a single whitespace | 276 | * tabs, spaces and continuation lines, which are treated as a single whitespace |
277 | * character. | 277 | * character. |
278 | * | 278 | * |
279 | * Some headers may appear multiple times. A comma seperated list of values is | 279 | * Some headers may appear multiple times. A comma separated list of values is |
280 | * equivalent to multiple headers. | 280 | * equivalent to multiple headers. |
281 | */ | 281 | */ |
282 | static const struct sip_header ct_sip_hdrs[] = { | 282 | static const struct sip_header ct_sip_hdrs[] = { |
@@ -412,7 +412,7 @@ int ct_sip_get_header(const struct nf_conn *ct, const char *dptr, | |||
412 | } | 412 | } |
413 | EXPORT_SYMBOL_GPL(ct_sip_get_header); | 413 | EXPORT_SYMBOL_GPL(ct_sip_get_header); |
414 | 414 | ||
415 | /* Get next header field in a list of comma seperated values */ | 415 | /* Get next header field in a list of comma separated values */ |
416 | static int ct_sip_next_header(const struct nf_conn *ct, const char *dptr, | 416 | static int ct_sip_next_header(const struct nf_conn *ct, const char *dptr, |
417 | unsigned int dataoff, unsigned int datalen, | 417 | unsigned int dataoff, unsigned int datalen, |
418 | enum sip_header_types type, | 418 | enum sip_header_types type, |
diff --git a/net/netfilter/xt_hashlimit.c b/net/netfilter/xt_hashlimit.c index dd16e404424f..cbaac92dad59 100644 --- a/net/netfilter/xt_hashlimit.c +++ b/net/netfilter/xt_hashlimit.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * xt_hashlimit - Netfilter module to limit the number of packets per time | 2 | * xt_hashlimit - Netfilter module to limit the number of packets per time |
3 | * seperately for each hashbucket (sourceip/sourceport/dstip/dstport) | 3 | * separately for each hashbucket (sourceip/sourceport/dstip/dstport) |
4 | * | 4 | * |
5 | * (C) 2003-2004 by Harald Welte <laforge@netfilter.org> | 5 | * (C) 2003-2004 by Harald Welte <laforge@netfilter.org> |
6 | * Copyright © CC Computer Consultants GmbH, 2007 - 2008 | 6 | * Copyright © CC Computer Consultants GmbH, 2007 - 2008 |
diff --git a/net/sctp/sm_sideeffect.c b/net/sctp/sm_sideeffect.c index 4e4ca65cd320..500886bda9b4 100644 --- a/net/sctp/sm_sideeffect.c +++ b/net/sctp/sm_sideeffect.c | |||
@@ -475,7 +475,7 @@ static void sctp_do_8_2_transport_strike(struct sctp_association *asoc, | |||
475 | * used to provide an upper bound to this doubling operation. | 475 | * used to provide an upper bound to this doubling operation. |
476 | * | 476 | * |
477 | * Special Case: the first HB doesn't trigger exponential backoff. | 477 | * Special Case: the first HB doesn't trigger exponential backoff. |
478 | * The first unacknowleged HB triggers it. We do this with a flag | 478 | * The first unacknowledged HB triggers it. We do this with a flag |
479 | * that indicates that we have an outstanding HB. | 479 | * that indicates that we have an outstanding HB. |
480 | */ | 480 | */ |
481 | if (!is_hb || transport->hb_sent) { | 481 | if (!is_hb || transport->hb_sent) { |