aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn
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 /drivers/isdn
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 'drivers/isdn')
-rw-r--r--drivers/isdn/hardware/eicon/divacapi.h6
-rw-r--r--drivers/isdn/hardware/eicon/pc.h4
-rw-r--r--drivers/isdn/mISDN/l1oip_core.c2
3 files changed, 6 insertions, 6 deletions
diff --git a/drivers/isdn/hardware/eicon/divacapi.h b/drivers/isdn/hardware/eicon/divacapi.h
index 3942efbbfb58..a315a2914d70 100644
--- a/drivers/isdn/hardware/eicon/divacapi.h
+++ b/drivers/isdn/hardware/eicon/divacapi.h
@@ -422,11 +422,11 @@ struct _DIVA_CAPI_ADAPTER {
422#define LAPD 6 /* lapd (Q.921) */ 422#define LAPD 6 /* lapd (Q.921) */
423#define X25_L2 7 /* x.25 layer-2 */ 423#define X25_L2 7 /* x.25 layer-2 */
424#define V120_L2 8 /* V.120 layer-2 protocol */ 424#define V120_L2 8 /* V.120 layer-2 protocol */
425#define V42_IN 9 /* V.42 layer-2 protocol, incomming */ 425#define V42_IN 9 /* V.42 layer-2 protocol, incoming */
426#define V42 10 /* V.42 layer-2 protocol */ 426#define V42 10 /* V.42 layer-2 protocol */
427#define MDM_ATP 11 /* AT Parser built in the L2 */ 427#define MDM_ATP 11 /* AT Parser built in the L2 */
428#define X75_V42BIS 12 /* ISO7776 (X.75 SLP) modified to support V.42 bis compression */ 428#define X75_V42BIS 12 /* ISO7776 (X.75 SLP) modified to support V.42 bis compression */
429#define RTPL2_IN 13 /* RTP layer-2 protocol, incomming */ 429#define RTPL2_IN 13 /* RTP layer-2 protocol, incoming */
430#define RTPL2 14 /* RTP layer-2 protocol */ 430#define RTPL2 14 /* RTP layer-2 protocol */
431#define V120_V42BIS 15 /* V.120 layer-2 protocol supporting V.42 bis compression */ 431#define V120_V42BIS 15 /* V.120 layer-2 protocol supporting V.42 bis compression */
432 432
@@ -1125,7 +1125,7 @@ extern word li_total_channels;
1125 | Direction | word | Enable compression/decompression for | 1125 | Direction | word | Enable compression/decompression for |
1126 | | | 0: All direction | 1126 | | | 0: All direction |
1127 | | | 1: disable outgoing data | 1127 | | | 1: disable outgoing data |
1128 | | | 2: disable incomming data | 1128 | | | 2: disable incoming data |
1129 | | | 3: disable both direction (default) | 1129 | | | 3: disable both direction (default) |
1130 +---------------------+------+-----------------------------------------+ 1130 +---------------------+------+-----------------------------------------+
1131 | Number of code | word | Parameter P1 of V.42bis in accordance | 1131 | Number of code | word | Parameter P1 of V.42bis in accordance |
diff --git a/drivers/isdn/hardware/eicon/pc.h b/drivers/isdn/hardware/eicon/pc.h
index 889dc984bbca..329c0c26abfb 100644
--- a/drivers/isdn/hardware/eicon/pc.h
+++ b/drivers/isdn/hardware/eicon/pc.h
@@ -419,11 +419,11 @@ struct dual
419#define LAPD 6 /* lapd (Q.921) */ 419#define LAPD 6 /* lapd (Q.921) */
420#define X25_L2 7 /* x.25 layer-2 */ 420#define X25_L2 7 /* x.25 layer-2 */
421#define V120_L2 8 /* V.120 layer-2 protocol */ 421#define V120_L2 8 /* V.120 layer-2 protocol */
422#define V42_IN 9 /* V.42 layer-2 protocol, incomming */ 422#define V42_IN 9 /* V.42 layer-2 protocol, incoming */
423#define V42 10 /* V.42 layer-2 protocol */ 423#define V42 10 /* V.42 layer-2 protocol */
424#define MDM_ATP 11 /* AT Parser built in the L2 */ 424#define MDM_ATP 11 /* AT Parser built in the L2 */
425#define X75_V42BIS 12 /* x.75 with V.42bis */ 425#define X75_V42BIS 12 /* x.75 with V.42bis */
426#define RTPL2_IN 13 /* RTP layer-2 protocol, incomming */ 426#define RTPL2_IN 13 /* RTP layer-2 protocol, incoming */
427#define RTPL2 14 /* RTP layer-2 protocol */ 427#define RTPL2 14 /* RTP layer-2 protocol */
428#define V120_V42BIS 15 /* V.120 asynchronous mode supporting V.42bis compression */ 428#define V120_V42BIS 15 /* V.120 asynchronous mode supporting V.42bis compression */
429#define LISTENER 27 /* Layer 2 to listen line */ 429#define LISTENER 27 /* Layer 2 to listen line */
diff --git a/drivers/isdn/mISDN/l1oip_core.c b/drivers/isdn/mISDN/l1oip_core.c
index db50f788855d..d67126dbbb04 100644
--- a/drivers/isdn/mISDN/l1oip_core.c
+++ b/drivers/isdn/mISDN/l1oip_core.c
@@ -692,7 +692,7 @@ l1oip_socket_thread(void *data)
692 hc->sin_remote.sin_addr.s_addr = htonl(hc->remoteip); 692 hc->sin_remote.sin_addr.s_addr = htonl(hc->remoteip);
693 hc->sin_remote.sin_port = htons((unsigned short)hc->remoteport); 693 hc->sin_remote.sin_port = htons((unsigned short)hc->remoteport);
694 694
695 /* bind to incomming port */ 695 /* bind to incoming port */
696 if (socket->ops->bind(socket, (struct sockaddr *)&hc->sin_local, 696 if (socket->ops->bind(socket, (struct sockaddr *)&hc->sin_local,
697 sizeof(hc->sin_local))) { 697 sizeof(hc->sin_local))) {
698 printk(KERN_ERR "%s: Failed to bind socket to port %d.\n", 698 printk(KERN_ERR "%s: Failed to bind socket to port %d.\n",