diff options
author | Joe Perches <joe@perches.com> | 2008-02-03 10:16:28 -0500 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2008-02-03 10:16:28 -0500 |
commit | c66ed655adc5e43b7143421f36d2a23f74398538 (patch) | |
tree | a796914d020bb5d9fdde2cbcb07b9c574f97426b /drivers/isdn | |
parent | 5047fabac1d1b68c7f244d908cc962b9e2027506 (diff) |
drivers/isdn/: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'drivers/isdn')
-rw-r--r-- | drivers/isdn/hardware/eicon/debuglib.h | 2 | ||||
-rw-r--r-- | drivers/isdn/hardware/eicon/di.c | 2 |
2 files changed, 2 insertions, 2 deletions
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 | } |