diff options
author | Karsten Keil <kkeil@suse.de> | 2009-01-11 20:36:30 +0300 |
---|---|---|
committer | Karsten Keil <kkeil@suse.de> | 2009-01-11 20:36:30 +0300 |
commit | fae3e7fba4c664b3a15f2cf15ac439e8d754afc2 (patch) | |
tree | e1b945b8a3ff10ce496296c97d52e8a5ec97924e /drivers/isdn | |
parent | 21c150a6d2c39fe6975e91437095a2c31efdb550 (diff) | |
download | linux-fae3e7fba4c664b3a15f2cf15ac439e8d754afc2.tar.xz |
Fix small typo
Remove additional ;
Signed-off-by: Karsten Keil <kkeil@suse.de>
Diffstat (limited to 'drivers/isdn')
-rw-r--r-- | drivers/isdn/mISDN/dsp_cmx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/mISDN/dsp_cmx.c b/drivers/isdn/mISDN/dsp_cmx.c index b70c66b9d101..58c43e429f73 100644 --- a/drivers/isdn/mISDN/dsp_cmx.c +++ b/drivers/isdn/mISDN/dsp_cmx.c @@ -1579,7 +1579,7 @@ send_packet: schedule_work(&dsp->workq); } -static u32 jittercount; /* counter for jitter check */; +static u32 jittercount; /* counter for jitter check */ struct timer_list dsp_spl_tl; u32 dsp_spl_jiffies; /* calculate the next time to fire */ static u16 dsp_count; /* last sample count */ |