From: Karsten Keil Date: Sun, 11 Jan 2009 17:36:30 +0000 (+0100) Subject: Fix small typo X-Git-Tag: firefly_0821_release~15893^2~1 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=fae3e7fba4c664b3a15f2cf15ac439e8d754afc2;p=firefly-linux-kernel-4.4.55.git Fix small typo Remove additional ; Signed-off-by: Karsten Keil --- 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 */