mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
e08f5f76e4
These 210 messages are in several long threads, which is good for testing our threading code, and may be useful just as a larger test corpus in the future.
85 lines
3.8 KiB
Text
85 lines
3.8 KiB
Text
From: Liam Girdwood <lrg@slimlogic.co.uk>
|
|
Subject: Re: [PATCH 44/44] sound/soc/codecs: Remove unnecessary
|
|
semicolons
|
|
Date: Mon, 15 Nov 2010 11:09:20 +0000
|
|
Lines: 14
|
|
Message-ID: <1289819360.3377.15.camel@odin>
|
|
References: <cover.1289789604.git.joe@perches.com>
|
|
<97fd199b7dac50613f6843156687223928cce44a.1289789605.git.joe@perches.com>
|
|
Mime-Version: 1.0
|
|
Content-Type: text/plain; charset="us-ascii"
|
|
Content-Transfer-Encoding: 7bit
|
|
Cc: Dimitris Papastamos <dp@opensource.wolfsonmicro.com>,
|
|
alsa-devel@alsa-project.org, Jiri Kosina <trivial@kernel.org>,
|
|
Iwai <tiwai@suse.de>, linux-kernel@vger.kernel.org,
|
|
Takashi@alsa-project.org,
|
|
Mark Brown <broonie@opensource.wolfsonmicro.com>,
|
|
Ian Lartey <ian@opensource.wolfsonmicro.com>
|
|
To: Joe Perches <joe@perches.com>
|
|
X-From: alsa-devel-bounces@alsa-project.org Mon Nov 15 12:09:44 2010
|
|
Return-path: <alsa-devel-bounces@alsa-project.org>
|
|
Envelope-to: glad-alsa-devel-2@m.gmane.org
|
|
Received: from alsa0.perex.cz ([212.20.107.51])
|
|
by lo.gmane.org with esmtp (Exim 4.69)
|
|
(envelope-from <alsa-devel-bounces@alsa-project.org>)
|
|
id 1PHwwS-0002x6-6X
|
|
for glad-alsa-devel-2@m.gmane.org; Mon, 15 Nov 2010 12:09:44 +0100
|
|
Received: by alsa0.perex.cz (Postfix, from userid 1000)
|
|
id D0E09103835; Mon, 15 Nov 2010 12:09:43 +0100 (CET)
|
|
X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on mail1.perex.cz
|
|
X-Spam-Level: *
|
|
X-Spam-Status: No, score=1.0 required=5.0 tests=PRX_BODY_40 autolearn=disabled
|
|
version=3.2.4
|
|
Received: from alsa0.perex.cz (localhost [127.0.0.1])
|
|
by alsa0.perex.cz (Postfix) with ESMTP id 0AE19103845;
|
|
Mon, 15 Nov 2010 12:09:35 +0100 (CET)
|
|
X-Original-To: alsa-devel@alsa-project.org
|
|
Delivered-To: alsa-devel@alsa-project.org
|
|
Received: by alsa0.perex.cz (Postfix, from userid 1000)
|
|
id EA398103845; Mon, 15 Nov 2010 12:09:33 +0100 (CET)
|
|
Received: from mail-wy0-f179.google.com (mail-wy0-f179.google.com
|
|
[74.125.82.179])
|
|
by alsa0.perex.cz (Postfix) with ESMTP id 8FD12103849
|
|
for <alsa-devel@alsa-project.org>; Mon, 15 Nov 2010 12:09:26 +0100 (CET)
|
|
Received: by mail-wy0-f179.google.com with SMTP id 36so3482678wyg.38
|
|
for <alsa-devel@alsa-project.org>; Mon, 15 Nov 2010 03:09:26 -0800 (PST)
|
|
Received: by 10.216.64.139 with SMTP id c11mr5392190wed.81.1289819366153;
|
|
Mon, 15 Nov 2010 03:09:26 -0800 (PST)
|
|
Received: from [192.168.1.6] (host81-136-218-57.in-addr.btopenworld.com
|
|
[81.136.218.57])
|
|
by mx.google.com with ESMTPS id 7sm3626925wet.24.2010.11.15.03.09.21
|
|
(version=SSLv3 cipher=RC4-MD5); Mon, 15 Nov 2010 03:09:24 -0800 (PST)
|
|
In-Reply-To: <97fd199b7dac50613f6843156687223928cce44a.1289789605.git.joe@perches.com>
|
|
X-Mailer: Evolution 2.30.3
|
|
X-BeenThere: alsa-devel@alsa-project.org
|
|
X-Mailman-Version: 2.1.9
|
|
Precedence: list
|
|
List-Id: "Alsa-devel mailing list for ALSA developers -
|
|
http://www.alsa-project.org" <alsa-devel.alsa-project.org>
|
|
List-Unsubscribe: <http://mailman.alsa-project.org/mailman/listinfo/alsa-devel>,
|
|
<mailto:alsa-devel-request@alsa-project.org?subject=unsubscribe>
|
|
List-Archive: <http://mailman.alsa-project.org/pipermail/alsa-devel>
|
|
List-Post: <mailto:alsa-devel@alsa-project.org>
|
|
List-Help: <mailto:alsa-devel-request@alsa-project.org?subject=help>
|
|
List-Subscribe: <http://mailman.alsa-project.org/mailman/listinfo/alsa-devel>,
|
|
<mailto:alsa-devel-request@alsa-project.org?subject=subscribe>
|
|
Sender: alsa-devel-bounces@alsa-project.org
|
|
Errors-To: alsa-devel-bounces@alsa-project.org
|
|
Archived-At: <http://permalink.gmane.org/gmane.linux.kernel/1062453>
|
|
|
|
On Sun, 2010-11-14 at 19:05 -0800, Joe Perches wrote:
|
|
> Signed-off-by: Joe Perches <joe@perches.com>
|
|
> ---
|
|
> sound/soc/codecs/wm8904.c | 2 +-
|
|
> sound/soc/codecs/wm8940.c | 1 -
|
|
> sound/soc/codecs/wm8993.c | 2 +-
|
|
> sound/soc/codecs/wm_hubs.c | 2 +-
|
|
> 4 files changed, 3 insertions(+), 4 deletions(-)
|
|
|
|
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
|
|
--
|
|
Freelance Developer, SlimLogic Ltd
|
|
ASoC and Voltage Regulator Maintainer.
|
|
http://www.slimlogic.co.uk
|
|
|
|
|