Skip to content

Commit

Permalink
Fix small typo
Browse files Browse the repository at this point in the history
Remove additional ;

Signed-off-by: Karsten Keil <kkeil@suse.de>
  • Loading branch information
Karsten Keil committed Jan 11, 2009
1 parent 21c150a commit fae3e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/isdn/mISDN/dsp_cmx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1579,7 +1579,7 @@ dsp_cmx_send_member(struct dsp *dsp, int len, s32 *c, int members)
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 */
Expand Down

0 comments on commit fae3e7f

Please sign in to comment.