Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755059AbZAKTii (ORCPT ); Sun, 11 Jan 2009 14:38:38 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752649AbZAKTg3 (ORCPT ); Sun, 11 Jan 2009 14:36:29 -0500 Received: from ns2.suse.de ([195.135.220.15]:39328 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751880AbZAKTg0 (ORCPT ); Sun, 11 Jan 2009 14:36:26 -0500 Message-Id: In-Reply-To: References: From: Karsten Keil Date: Sun, 11 Jan 2009 18:36:30 +0100 Subject: [PATCH 7/7] Fix small typo To: Linus Torvalds Cc: LKML , Karsten Keil Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 912 Lines: 28 Remove additional ; Signed-off-by: Karsten Keil --- 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 b70c66b..58c43e4 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 */ -- 1.5.6.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/