aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorJorrit Schippers <jorrit@ncode.nl>2012-12-27 11:33:02 -0500
committerJiri Kosina <jkosina@suse.cz>2013-01-03 10:15:49 -0500
commitd82603c6da7579c50ebe3fe7da6e3e267d9f6427 (patch)
tree9bf2bb015fa7171440d5cb9be2e572faa44dd488 /net
parent145bfa9d16cb1277cc98197f9bd048feacba3b8a (diff)
treewide: Replace incomming with incoming in all comments and strings
Signed-off-by: Jorrit Schippers <jorrit@ncode.nl> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'net')
-rw-r--r--net/bluetooth/hci_core.c2
-rw-r--r--net/irda/timer.c2
-rw-r--r--net/sctp/sm_make_chunk.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/net/bluetooth/hci_core.c b/net/bluetooth/hci_core.c
index 8a0ce706aebd..8de421d28cb5 100644
--- a/net/bluetooth/hci_core.c
+++ b/net/bluetooth/hci_core.c
@@ -1855,7 +1855,7 @@ int hci_recv_frame(struct sk_buff *skb)
1855 return -ENXIO; 1855 return -ENXIO;
1856 } 1856 }
1857 1857
1858 /* Incomming skb */ 1858 /* Incoming skb */
1859 bt_cb(skb)->incoming = 1; 1859 bt_cb(skb)->incoming = 1;
1860 1860
1861 /* Time stamp */ 1861 /* Time stamp */
diff --git a/net/irda/timer.c b/net/irda/timer.c
index 1d552b3946fc..0c4c115a5cab 100644
--- a/net/irda/timer.c
+++ b/net/irda/timer.c
@@ -57,7 +57,7 @@ void irlap_start_query_timer(struct irlap_cb *self, int S, int s)
57 * Basically, we multiply the number of remaining slots by our 57 * Basically, we multiply the number of remaining slots by our
58 * slot time, plus add some extra time to properly receive the last 58 * slot time, plus add some extra time to properly receive the last
59 * discovery packet (which is longer due to extra discovery info), 59 * discovery packet (which is longer due to extra discovery info),
60 * to avoid messing with for incomming connections requests and 60 * to avoid messing with for incoming connections requests and
61 * to accommodate devices that perform discovery slower than us. 61 * to accommodate devices that perform discovery slower than us.
62 * Jean II */ 62 * Jean II */
63 timeout = ((sysctl_slot_timeout * HZ / 1000) * (S - s) 63 timeout = ((sysctl_slot_timeout * HZ / 1000) * (S - s)
diff --git a/net/sctp/sm_make_chunk.c b/net/sctp/sm_make_chunk.c
index fbe1636309a7..16a10850ed39 100644
--- a/net/sctp/sm_make_chunk.c
+++ b/net/sctp/sm_make_chunk.c
@@ -1181,7 +1181,7 @@ nodata:
1181 * specifically, max(asoc->pathmtu, SCTP_DEFAULT_MAXSEGMENT) 1181 * specifically, max(asoc->pathmtu, SCTP_DEFAULT_MAXSEGMENT)
1182 * This is a helper function to allocate an error chunk for 1182 * This is a helper function to allocate an error chunk for
1183 * for those invalid parameter codes in which we may not want 1183 * for those invalid parameter codes in which we may not want
1184 * to report all the errors, if the incomming chunk is large 1184 * to report all the errors, if the incoming chunk is large
1185 */ 1185 */
1186static inline struct sctp_chunk *sctp_make_op_error_fixed( 1186static inline struct sctp_chunk *sctp_make_op_error_fixed(
1187 const struct sctp_association *asoc, 1187 const struct sctp_association *asoc,