Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752262Ab0KVGoX (ORCPT ); Mon, 22 Nov 2010 01:44:23 -0500 Received: from cantor.suse.de ([195.135.220.2]:58016 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751554Ab0KVGoW (ORCPT ); Mon, 22 Nov 2010 01:44:22 -0500 Date: Mon, 22 Nov 2010 07:44:21 +0100 Message-ID: From: Takashi Iwai To: Joe Perches Cc: Jiri Kosina , Jaroslav Kysela , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 43/44] sound/core/pcm_lib.c: Remove unnecessary semicolons In-Reply-To: <9fa8e193ce125ef4fd19a952792629c5ee84953f.1289789605.git.joe@perches.com> References: <9fa8e193ce125ef4fd19a952792629c5ee84953f.1289789605.git.joe@perches.com> User-Agent: Wanderlust/2.15.6 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.7 Emacs/23.1 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1077 Lines: 36 At Sun, 14 Nov 2010 19:05:02 -0800, Joe Perches wrote: > > Signed-off-by: Joe Perches Applied now. Thanks. Takashi > --- > sound/core/pcm_lib.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/sound/core/pcm_lib.c b/sound/core/pcm_lib.c > index a1707cc..b75db8e 100644 > --- a/sound/core/pcm_lib.c > +++ b/sound/core/pcm_lib.c > @@ -223,7 +223,7 @@ static void xrun_log(struct snd_pcm_substream *substream, > entry->jiffies = jiffies; > entry->pos = pos; > entry->period_size = runtime->period_size; > - entry->buffer_size = runtime->buffer_size;; > + entry->buffer_size = runtime->buffer_size; > entry->old_hw_ptr = runtime->status->hw_ptr; > entry->hw_ptr_base = runtime->hw_ptr_base; > log->idx = (log->idx + 1) % XRUN_LOG_CNT; > -- > 1.7.3.1.g432b3.dirty > -- 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/