From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH 10/10] sound/soc/s3c24xx/s2c-pcm.c: Fix continuation line formats Date: Tue, 2 Feb 2010 11:40:49 +0000 Message-ID: <20100202114049.GI6566@rakim.wolfsonmicro.main> References: <56a3bdf490f3fe20c266b43bdc070c7af65b14b9.1265095094.git.joe@perches.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from opensource2.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id 8F3EB103826 for ; Tue, 2 Feb 2010 12:40:50 +0100 (CET) Content-Disposition: inline In-Reply-To: <56a3bdf490f3fe20c266b43bdc070c7af65b14b9.1265095094.git.joe@perches.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Joe Perches Cc: Takashi Iwai , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, Liam Girdwood List-Id: alsa-devel@alsa-project.org On Mon, Feb 01, 2010 at 11:22:16PM -0800, Joe Perches wrote: > String constants that are continued on subsequent lines with \ > are not good. Applied, thanks.