Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754100Ab0AaUCW (ORCPT ); Sun, 31 Jan 2010 15:02:22 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754040Ab0AaUCV (ORCPT ); Sun, 31 Jan 2010 15:02:21 -0500 Received: from mail.perches.com ([173.55.12.10]:1631 "EHLO mail.perches.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753810Ab0AaUCT (ORCPT ); Sun, 31 Jan 2010 15:02:19 -0500 From: Joe Perches To: linux-kernel@vger.kernel.org Cc: Mike Frysinger , Benjamin Herrenschmidt , Paul Mackerras , "David S. Miller" , "James E.J. Bottomley" , Sonic Zhang , Greg Kroah-Hartman , Christoph Lameter , Pekka Enberg , Matt Mackall , Liam Girdwood , Mark Brown , Jaroslav Kysela , Takashi Iwai , uclinux-dist-devel@blackfin.uclinux.org, linuxppc-dev@ozlabs.org, linux-ide@vger.kernel.org, netdev@vger.kernel.org, linux-scsi@vger.kernel.org, devel@driverdev.osuosl.org, linux-mm@kvack.org, alsa-devel@alsa-project.org Subject: [PATCH 00/10] treewide: Fix format strings that misuse continuations Date: Sun, 31 Jan 2010 12:02:02 -0800 Message-Id: X-Mailer: git-send-email 1.6.6.rc0.57.gad7a Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2143 Lines: 41 Format strings that are continued with \ are frequently misused. Change them to use mostly single line formats, some longer than 80 chars. Fix a few miscellaneous typos at the same time. Joe Perches (10): arch/powerpc: Fix continuation line formats arch/blackfin: Fix continuation line formats drivers/ide: Fix continuation line formats drivers/serial/bfin_5xx.c: Fix continuation line formats drivers/scsi/arcmsr: Fix continuation line formats drivers/staging: Fix continuation line formats drivers/net/amd8111e.c: Fix continuation line formats fs/proc/array.c: Fix continuation line formats mm/slab.c: Fix continuation line formats sound/soc/blackfin: Fix continuation line formats arch/blackfin/mach-common/smp.c | 4 +- arch/powerpc/kernel/nvram_64.c | 6 +- arch/powerpc/platforms/pseries/hotplug-cpu.c | 8 ++-- arch/powerpc/platforms/pseries/smp.c | 4 +- drivers/ide/au1xxx-ide.c | 4 +- drivers/ide/pmac.c | 4 +- drivers/net/amd8111e.c | 3 +- drivers/scsi/arcmsr/arcmsr_hba.c | 49 +++++++++---------- drivers/serial/bfin_5xx.c | 6 +-- drivers/staging/dream/qdsp5/audio_mp3.c | 3 +- .../rtl8187se/ieee80211/ieee80211_softmac_wx.c | 3 +- drivers/staging/rtl8187se/r8180_core.c | 3 +- drivers/staging/sep/sep_driver.c | 3 +- fs/proc/array.c | 7 ++- mm/slab.c | 4 +- sound/soc/blackfin/bf5xx-ac97-pcm.c | 8 +-- sound/soc/blackfin/bf5xx-i2s-pcm.c | 3 +- sound/soc/blackfin/bf5xx-tdm-pcm.c | 3 +- 18 files changed, 55 insertions(+), 70 deletions(-) -- 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/