From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH 07/10] drivers/net/amd8111e.c: Fix continuation line formats Date: Wed, 03 Feb 2010 18:44:12 -0800 (PST) Message-ID: <20100203.184412.134604860.davem@davemloft.net> References: <5f913ef7c2af30646e9c56eb4cb33a1d67d3a721.1264967500.git.joe@perches.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org To: joe@perches.com Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:38320 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751809Ab0BDCn7 (ORCPT ); Wed, 3 Feb 2010 21:43:59 -0500 In-Reply-To: <5f913ef7c2af30646e9c56eb4cb33a1d67d3a721.1264967500.git.joe@perches.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Joe Perches Date: Sun, 31 Jan 2010 12:02:09 -0800 > String constants that are continued on subsequent lines with \ > are not good. > > Signed-off-by: Joe Perches Applied, thanks.