diff options
Diffstat (limited to 'drivers/isdn/hardware/eicon')
-rw-r--r-- | drivers/isdn/hardware/eicon/debuglib.c | 2 | ||||
-rw-r--r-- | drivers/isdn/hardware/eicon/debuglib.h | 2 | ||||
-rw-r--r-- | drivers/isdn/hardware/eicon/di.c | 2 | ||||
-rw-r--r-- | drivers/isdn/hardware/eicon/message.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/drivers/isdn/hardware/eicon/debuglib.c b/drivers/isdn/hardware/eicon/debuglib.c index a19b7ffe9ace..e39c5c1f623e 100644 --- a/drivers/isdn/hardware/eicon/debuglib.c +++ b/drivers/isdn/hardware/eicon/debuglib.c | |||
@@ -106,7 +106,7 @@ DbgRegister (char *drvName, char *drvTag, unsigned long dbgMask) | |||
106 | return (1) ; | 106 | return (1) ; |
107 | } | 107 | } |
108 | /* | 108 | /* |
109 | * Check if we registered whith an old maint driver (see debuglib.h) | 109 | * Check if we registered with an old maint driver (see debuglib.h) |
110 | */ | 110 | */ |
111 | if ( myDriverDebugHandle.dbg_end != NULL | 111 | if ( myDriverDebugHandle.dbg_end != NULL |
112 | /* location of 'dbg_prt' in _OldDbgHandle_ struct */ | 112 | /* location of 'dbg_prt' in _OldDbgHandle_ struct */ |
diff --git a/drivers/isdn/hardware/eicon/debuglib.h b/drivers/isdn/hardware/eicon/debuglib.h index 11b3b9edd1d6..016410cf2273 100644 --- a/drivers/isdn/hardware/eicon/debuglib.h +++ b/drivers/isdn/hardware/eicon/debuglib.h | |||
@@ -177,7 +177,7 @@ DBG_DECL(PRV3) | |||
177 | } } | 177 | } } |
178 | #endif | 178 | #endif |
179 | /* | 179 | /* |
180 | * For event level debug use a separate define, the paramete are | 180 | * For event level debug use a separate define, the parameter are |
181 | * different and cause compiler errors on some systems. | 181 | * different and cause compiler errors on some systems. |
182 | */ | 182 | */ |
183 | #define DBG_EVL_ID(args) \ | 183 | #define DBG_EVL_ID(args) \ |
diff --git a/drivers/isdn/hardware/eicon/di.c b/drivers/isdn/hardware/eicon/di.c index ce8df3878908..10760b3c5eb5 100644 --- a/drivers/isdn/hardware/eicon/di.c +++ b/drivers/isdn/hardware/eicon/di.c | |||
@@ -285,7 +285,7 @@ byte pr_dpc(ADAPTER * a) | |||
285 | a->ram_in(a, &RcIn->RcId), | 285 | a->ram_in(a, &RcIn->RcId), |
286 | a->ram_in(a, &RcIn->RcCh), | 286 | a->ram_in(a, &RcIn->RcCh), |
287 | a->ram_inw(a, &RcIn->Reference), | 287 | a->ram_inw(a, &RcIn->Reference), |
288 | tmp[0], /* type of extended informtion */ | 288 | tmp[0], /* type of extended information */ |
289 | tmp[1]); /* extended information */ | 289 | tmp[1]); /* extended information */ |
290 | a->ram_out(a, &RcIn->Rc, 0); | 290 | a->ram_out(a, &RcIn->Rc, 0); |
291 | } | 291 | } |
diff --git a/drivers/isdn/hardware/eicon/message.c b/drivers/isdn/hardware/eicon/message.c index ccd35d047ec8..b9177ca4369a 100644 --- a/drivers/isdn/hardware/eicon/message.c +++ b/drivers/isdn/hardware/eicon/message.c | |||
@@ -4941,7 +4941,7 @@ void sig_ind(PLCI * plci) | |||
4941 | /* b = IE1 */ | 4941 | /* b = IE1 */ |
4942 | /* S = IE1 length + cont. */ | 4942 | /* S = IE1 length + cont. */ |
4943 | /* b = IE2 */ | 4943 | /* b = IE2 */ |
4944 | /* S = IE2 lenght + cont. */ | 4944 | /* S = IE2 length + cont. */ |
4945 | sendf(plci->appl, | 4945 | sendf(plci->appl, |
4946 | _MANUFACTURER_I, | 4946 | _MANUFACTURER_I, |
4947 | Id, | 4947 | Id, |