diff options
Diffstat (limited to 'drivers/isdn')
-rw-r--r-- | drivers/isdn/divert/isdn_divert.c | 2 | ||||
-rw-r--r-- | drivers/isdn/mISDN/dsp_core.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/isdn/divert/isdn_divert.c b/drivers/isdn/divert/isdn_divert.c index 7d97d54588d9..77e9fdda0597 100644 --- a/drivers/isdn/divert/isdn_divert.c +++ b/drivers/isdn/divert/isdn_divert.c | |||
@@ -183,7 +183,7 @@ int cf_command(int drvid, int mode, | |||
183 | (mode != 1) ? "" : " 0 ", | 183 | (mode != 1) ? "" : " 0 ", |
184 | (mode != 1) ? "" : fwd_nr); | 184 | (mode != 1) ? "" : fwd_nr); |
185 | 185 | ||
186 | retval = divert_if.ll_cmd(&cs->ics); /* excute command */ | 186 | retval = divert_if.ll_cmd(&cs->ics); /* execute command */ |
187 | 187 | ||
188 | if (!retval) | 188 | if (!retval) |
189 | { cs->prev = NULL; | 189 | { cs->prev = NULL; |
diff --git a/drivers/isdn/mISDN/dsp_core.c b/drivers/isdn/mISDN/dsp_core.c index c12cd2f94254..77ee2867c8b4 100644 --- a/drivers/isdn/mISDN/dsp_core.c +++ b/drivers/isdn/mISDN/dsp_core.c | |||
@@ -506,7 +506,7 @@ tone_off: | |||
506 | break; | 506 | break; |
507 | } | 507 | } |
508 | dsp->cmx_delay = (*((int *)data)) << 3; | 508 | dsp->cmx_delay = (*((int *)data)) << 3; |
509 | /* miliseconds to samples */ | 509 | /* milliseconds to samples */ |
510 | if (dsp->cmx_delay >= (CMX_BUFF_HALF>>1)) | 510 | if (dsp->cmx_delay >= (CMX_BUFF_HALF>>1)) |
511 | /* clip to half of maximum usable buffer | 511 | /* clip to half of maximum usable buffer |
512 | (half of half buffer) */ | 512 | (half of half buffer) */ |