From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755792Ab0BBIVb (ORCPT ); Tue, 2 Feb 2010 03:21:31 -0500 Received: from mail-yx0-f189.google.com ([209.85.210.189]:37162 "EHLO mail-yx0-f189.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755653Ab0BBIVZ (ORCPT ); Tue, 2 Feb 2010 03:21:25 -0500 MIME-Version: 1.0 In-Reply-To: References: From: Grant Likely Date: Tue, 2 Feb 2010 01:21:05 -0700 X-Google-Sender-Auth: 807a95acd23debc1 Message-ID: Subject: Re: [PATCH 07/10] drivers/spi/spi_s3c64xx.c: Fix continuation line formats To: Joe Perches Cc: linux-kernel@vger.kernel.org, David Brownell , spi-devel-general@lists.sourceforge.net Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 2, 2010 at 12:22 AM, Joe Perches wrote: > String constants that are continued on subsequent lines with \ > are not good. > > Signed-off-by: Joe Perches Merged into next-spi, thanks. g.