All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/59] arch/ia64: Add missing "space"
@ 2007-11-20  1:47 Joe Perches
  2007-11-20  1:47 ` [PATCH 00/59] trivial - Add missing "space" in multiline quoted strings Joe Perches
                   ` (57 more replies)
  0 siblings, 58 replies; 136+ messages in thread
From: Joe Perches @ 2007-11-20  1:47 UTC (permalink / raw)
  To: linux-kernel


Signed-off-by: Joe Perches <joe@perches.com>
---
 arch/ia64/kernel/kprobes.c      |   10 +++++-----
 arch/ia64/mm/tlb.c              |    2 +-
 arch/ia64/sn/kernel/io_common.c |    2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/arch/ia64/kernel/kprobes.c b/arch/ia64/kernel/kprobes.c
index 5fd65d8..90518e4 100644
--- a/arch/ia64/kernel/kprobes.c
+++ b/arch/ia64/kernel/kprobes.c
@@ -182,8 +182,8 @@ static int __kprobes unsupported_inst(uint template, uint  slot,
 	qp = kprobe_inst & 0x3f;
 	if (is_cmp_ctype_unc_inst(template, slot, major_opcode, kprobe_inst)) {
 		if (slot = 1 && qp)  {
-			printk(KERN_WARNING "Kprobes on cmp unc"
-					"instruction on slot 1 at <0x%lx>"
+			printk(KERN_WARNING "Kprobes on cmp unc "
+					"instruction on slot 1 at <0x%lx> "
 					"is not supported\n", addr);
 			return -EINVAL;
 
@@ -221,8 +221,8 @@ static int __kprobes unsupported_inst(uint template, uint  slot,
 			 * bit 12 to be equal to 1
 			 */
 			if (slot = 1 && qp) {
-				printk(KERN_WARNING "Kprobes on test bit"
-						"instruction on slot at <0x%lx>"
+				printk(KERN_WARNING "Kprobes on test bit "
+						"instruction on slot at <0x%lx> "
 						"is not supported\n", addr);
 				return -EINVAL;
 			}
@@ -242,7 +242,7 @@ static int __kprobes unsupported_inst(uint template, uint  slot,
 			 */
 			int x6=(kprobe_inst >> 27) & 0x3F;
 			if ((x6 = 0x10) || (x6 = 0x11)) {
-				printk(KERN_WARNING "Kprobes on"
+				printk(KERN_WARNING "Kprobes on "
 					"Indirect Predict is not supported\n");
 				return -EINVAL;
 			}
diff --git a/arch/ia64/mm/tlb.c b/arch/ia64/mm/tlb.c
index 1682fc6..cef1647 100644
--- a/arch/ia64/mm/tlb.c
+++ b/arch/ia64/mm/tlb.c
@@ -180,7 +180,7 @@ ia64_tlb_init (void)
 	long status;
 
 	if ((status = ia64_pal_vm_page_size(&tr_pgbits, &purge.mask)) != 0) {
-		printk(KERN_ERR "PAL_VM_PAGE_SIZE failed with status=%ld;"
+		printk(KERN_ERR "PAL_VM_PAGE_SIZE failed with status=%ld; "
 		       "defaulting to architected purge page-sizes.\n", status);
 		purge.mask = 0x115557000UL;
 	}
diff --git a/arch/ia64/sn/kernel/io_common.c b/arch/ia64/sn/kernel/io_common.c
index 4594770..710bf51 100644
--- a/arch/ia64/sn/kernel/io_common.c
+++ b/arch/ia64/sn/kernel/io_common.c
@@ -347,7 +347,7 @@ sn_common_bus_fixup(struct pci_bus *bus,
 	if (controller->node >= num_online_nodes()) {
 		struct pcibus_bussoft *b = SN_PCIBUS_BUSSOFT(bus);
 
-		printk(KERN_WARNING "Device ASIC=%u XID=%u PBUSNUM=%u"
+		printk(KERN_WARNING "Device ASIC=%u XID=%u PBUSNUM=%u "
 		       "L_IO=%lx L_MEM=%lx BASE=%lx\n",
 		       b->bs_asic_type, b->bs_xid, b->bs_persist_busnum,
 		       b->bs_legacy_io, b->bs_legacy_mem, b->bs_base);
-- 
1.5.3.5.652.gf192c


^ permalink raw reply related	[flat|nested] 136+ messages in thread

end of thread, other threads:[~2007-12-06 13:24 UTC | newest]

Thread overview: 136+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-20  1:47 [PATCH 01/59] arch/ia64: Add missing "space" Joe Perches
2007-11-20  1:47 ` [PATCH 00/59] trivial - Add missing "space" in multiline quoted strings Joe Perches
2007-11-20  1:47 ` [PATCH 01/59] arch/ia64: Add missing "space" Joe Perches
2007-11-20  1:47 ` [PATCH 02/59] arch/mips: " Joe Perches
2007-11-20  1:47   ` Joe Perches
2007-11-21 22:34   ` Ralf Baechle
2007-11-20  1:47 ` [PATCH 03/59] arch/powerpc: " Joe Perches
2007-11-20  1:47   ` Joe Perches
2007-11-20  1:47     ` Joe Perches
2007-11-20  1:47 ` [PATCH 04/59] arch/ppc: " Joe Perches
2007-11-20  1:47   ` Joe Perches
2007-11-20  1:47     ` Joe Perches
2007-11-20  1:47 ` [PATCH 05/59] arch/s390: " Joe Perches
2007-11-20  1:47   ` Joe Perches
2007-11-20  1:47     ` [PATCH 06/59] arch/sparc: " Joe Perches
2007-11-20  1:47       ` Joe Perches
2007-11-20  1:47         ` [PATCH 07/59] arch/sparc64: " Joe Perches
2007-11-20  1:47           ` Joe Perches
2007-11-20  7:43             ` David Miller
2007-11-20  7:43               ` David Miller
2007-11-20  7:45         ` [PATCH 06/59] arch/sparc: " David Miller
2007-11-20  7:45           ` David Miller
2007-11-20  7:48           ` Joe Perches
2007-11-20  7:48             ` Joe Perches
2007-11-20  8:05             ` David Miller
2007-11-20  8:05               ` David Miller
2007-11-20  8:27   ` [PATCH 05/59] arch/s390: " Heiko Carstens
2007-11-20  1:48 ` [uml-devel] [PATCH 08/59] arch/um: " Joe Perches
2007-11-20  1:48   ` Joe Perches
2007-11-20  1:48     ` Joe Perches
2007-11-20 17:05   ` [uml-devel] " Jeff Dike
2007-11-20 17:05     ` Jeff Dike
2007-11-20  1:48 ` [PATCH 09/59] arch/x86: " Joe Perches
2007-11-20  1:48   ` Joe Perches
2007-11-20  1:48     ` Joe Perches
2007-11-20  1:48   ` Joe Perches
2007-11-20  2:05   ` Dave Jones
2007-11-20  2:05     ` Dave Jones
2007-11-20  1:48 ` [PATCH 10/59] drivers/acpi: " Joe Perches
2007-11-20  1:48   ` Joe Perches
2007-11-20  2:53     ` Len Brown
2007-11-20  1:48 ` [PATCH 11/59] drivers/block: " Joe Perches
2007-11-20  1:48   ` Joe Perches
2007-11-20  1:48 ` [PATCH 12/59] drivers/cdrom: " Joe Perches
2007-11-20  1:48   ` Joe Perches
2007-11-20  1:48 ` [PATCH 13/59] drivers/char: " Joe Perches
2007-11-20  1:48   ` Joe Perches
2007-11-20  1:48 ` [PATCH 14/59] drivers/cpufreq: " Joe Perches
2007-11-20  1:48   ` Joe Perches
2007-11-20  1:48     ` [lm-sensors] [PATCH 15/59] drivers/hwmon: " Joe Perches
2007-11-20  1:48       ` Joe Perches
2007-11-21 18:37         ` [lm-sensors] " Jean Delvare
2007-11-21 18:37           ` Jean Delvare
2007-12-06 13:21       ` Mark M. Hoffman
2007-12-06 13:21         ` Mark M. Hoffman
2007-11-20  2:06   ` [PATCH 14/59] drivers/cpufreq: " Dave Jones
2007-11-20  2:06     ` Dave Jones
2007-11-20  1:48 ` [PATCH 16/59] drivers/i2c: " Joe Perches
2007-11-20  1:48   ` Joe Perches
2007-11-20 19:51     ` Jean Delvare
2007-11-20  1:48 ` [PATCH 17/59] drivers/ide: " Joe Perches
2007-11-20  1:48   ` Joe Perches
2007-11-22 21:23     ` Bartlomiej Zolnierkiewicz
2007-11-20  1:48 ` [PATCH 18/59] drivers/ieee1394: " Joe Perches
2007-11-20  1:48   ` Joe Perches
2007-11-22 19:23     ` Stefan Richter
2007-11-20  1:48 ` [PATCH 19/59] drivers/infiniband: " Joe Perches
2007-11-20  1:48   ` Joe Perches
2007-11-20 21:14     ` Roland Dreier
2007-11-20  1:48 ` [PATCH 20/59] drivers/input: " Joe Perches
2007-11-20  1:48   ` Joe Perches
2007-11-20  1:48 ` [PATCH 21/59] drivers/isdn: " Joe Perches
2007-11-20  1:48   ` Joe Perches
2007-11-20  1:48 ` [PATCH 22/59] drivers/macintosh: " Joe Perches
2007-11-20  1:48   ` Joe Perches
2007-11-20  1:48 ` [PATCH 23/59] drivers/media/dvb: " Joe Perches
2007-11-20  1:48   ` Joe Perches
2007-11-20  1:48 ` [PATCH 24/59] drivers/media/radio: " Joe Perches
2007-11-20  1:48   ` Joe Perches
2007-11-20  1:48 ` [PATCH 25/59] drivers/media/video: " Joe Perches
2007-11-20  1:48   ` Joe Perches
2007-11-20  2:24   ` [v4l-dvb-maintainer] " Brandon Philips
2007-11-20  4:08     ` Joe Perches
2007-11-20 12:06       ` Mauro Carvalho Chehab
2007-11-20  1:48 ` [PATCH 26/59] drivers/message: " Joe Perches
2007-11-20  1:48   ` Joe Perches
2007-11-20  1:48 ` [PATCH 27/59] drivers/misc: " Joe Perches
2007-11-20  1:48   ` Joe Perches
2007-11-20  1:48 ` [PATCH 29/59] drivers/net/chelsio: " Joe Perches
2007-11-20  1:48   ` Joe Perches
2007-11-24  1:57     ` Jeff Garzik
2007-11-24  1:57       ` Jeff Garzik
2007-11-20  1:48 ` [PATCH 30/59] drivers/net/cxgb3: " Joe Perches
2007-11-20  1:48   ` Joe Perches
2007-11-20  1:48 ` [PATCH 31/59] drivers/net/ixgb: " Joe Perches
2007-11-20  1:48   ` Joe Perches
2007-11-26 23:16     ` Kok, Auke
2007-11-26 23:16       ` Kok, Auke
2007-11-20  1:48 ` [PATCH 32/59] drivers/net/netxen: " Joe Perches
2007-11-20  1:48   ` Joe Perches
2007-11-20  1:48 ` [PATCH 33/59] drivers/net/sk98lin: " Joe Perches
2007-11-20  1:48   ` Joe Perches
2007-11-20  1:48 ` [PATCH 34/59] drivers/net/wan: " Joe Perches
2007-11-20  1:48   ` Joe Perches
2007-11-20 23:52     ` Krzysztof Halasa
2007-11-20  1:48 ` [PATCH 35/59] drivers/net/wireless: " Joe Perches
2007-11-20  1:48   ` Joe Perches
2007-11-20  1:48     ` Joe Perches
2007-11-20 16:41   ` Dan Williams
2007-11-20 16:41     ` Dan Williams
2007-11-20  1:48 ` [PATCH 36/59] drivers/net: " Joe Perches
2007-11-20  1:48   ` Joe Perches
2007-11-20  1:48 ` [PATCH 37/59] drivers/pci: " Joe Perches
2007-11-20  1:48   ` Joe Perches
2007-11-20  1:48 ` [PATCH 38/59] drivers/rtc: " Joe Perches
2007-11-20  1:48   ` Joe Perches
2007-11-20  1:48 ` [PATCH 39/59] drivers/s390: " Joe Perches
2007-11-20  1:48   ` Joe Perches
2007-11-20  8:52   ` Heiko Carstens
2007-11-20  1:48 ` [PATCH 40/59] drivers/scsi/aic7xxx: " Joe Perches
2007-11-20  1:48   ` Joe Perches
2007-11-20  1:48 ` [PATCH 41/59] drivers/scsi/aic94xx: " Joe Perches
2007-11-20  1:48   ` Joe Perches
2007-11-20  1:48 ` [PATCH 42/59] drivers/scsi/lpfc: " Joe Perches
2007-11-20  1:48   ` Joe Perches
2007-11-20  1:48 ` [PATCH 43/59] drivers/scsi/qla4xxx: " Joe Perches
2007-11-20  1:48   ` Joe Perches
2007-11-20  1:53   ` Joe Perches
2007-11-20  1:49 ` [PATCH 28/59] drivers/mtd: " Joe Perches
2007-11-20  1:48   ` Joe Perches
2007-11-20  1:49     ` Joe Perches
2007-11-20  1:53 ` [PATCH 44/59] drivers/scsi: " Joe Perches
2007-11-20  1:53   ` Joe Perches
2007-11-20 10:39     ` Alistair John Strachan
2007-11-20 15:17       ` Joe Perches
2007-11-20  1:53 ` [PATCH 45/59] drivers/serial: " Joe Perches
2007-11-20  1:53   ` Joe Perches
2007-11-20  1:53 ` [PATCH 46/59] drivers/usb: " Joe Perches
2007-11-20  1:53   ` Joe Perches
2007-11-20  2:19     ` David Brownell
2007-11-20  1:53 ` [PATCH 47/59] fs/ocfs2: " Joe Perches
2007-11-19 18:13   ` [Ocfs2-devel] " Mark Fasheh
2007-11-20  2:13     ` Mark Fasheh
2007-11-20  1:53   ` Joe Perches
2007-11-20  1:54     ` [Ocfs2-devel] " Joe Perches
2007-11-20  1:53 ` [PATCH 48/59] fs/proc: " Joe Perches
2007-11-20  1:53   ` Joe Perches
2007-11-20  1:53 ` [PATCH 49/59] fs/ufs: " Joe Perches
2007-11-20  1:53   ` Joe Perches
2007-11-22  4:02     ` Evgeniy Dushistov
2007-11-20  1:53 ` [PATCH 50/59] net/bridge: " Joe Perches
2007-11-20  1:53   ` Joe Perches
2007-11-20  7:48     ` David Miller
2007-11-20  1:53 ` [PATCH 51/59] net/dccp: " Joe Perches
2007-11-20  1:53   ` Joe Perches
2007-11-20  7:48   ` David Miller
2007-11-20  7:48     ` David Miller
2007-11-20  1:53 ` [PATCH 52/59] net/ipv4: " Joe Perches
2007-11-20  1:53   ` Joe Perches
2007-11-20  7:48     ` David Miller
2007-11-20  6:59   ` Simon Horman
2007-11-20  1:53 ` [PATCH 53/59] net/ipv6: " Joe Perches
2007-11-20  1:53   ` Joe Perches
2007-11-20  7:48     ` David Miller
2007-11-20  1:53 ` [PATCH 54/59] net/irda: " Joe Perches
2007-11-20  1:53   ` Joe Perches
2007-11-20  7:49     ` David Miller
2007-11-20  1:53 ` [PATCH 55/59] net/sctp: " Joe Perches
2007-11-20  1:53   ` Joe Perches
2007-11-20  7:49     ` David Miller
2007-11-20  1:53 ` [NFS] [PATCH 56/59] net/sunrpc: " Joe Perches
2007-11-20  1:53   ` Joe Perches
2007-11-20  7:49     ` [NFS] " David Miller
2007-11-20  7:49     ` David Miller
2007-11-20  1:53   ` [NFS] " Joe Perches
2007-11-20  1:53     ` Joe Perches
2007-11-20  1:53 ` [PATCH 57/59] security/selinux: " Joe Perches
2007-11-20  1:53   ` Joe Perches
2007-11-20  3:10     ` James Morris
2007-11-20  1:53 ` [PATCH 58/59] sound/isa: " Joe Perches
2007-11-20  1:53   ` Joe Perches
2007-11-26  7:25     ` Takashi Iwai
2007-11-20  1:53 ` [PATCH 59/59] sound/oss: " Joe Perches
2007-11-20  1:53   ` Joe Perches
2007-11-20  6:54 ` [PATCH 01/59] arch/ia64: " Simon Horman
2007-11-20  6:54   ` Simon Horman
2007-11-20  7:09   ` Joe Perches
2007-11-20  7:09     ` Joe Perches
2007-11-20  7:41     ` Simon Horman
2007-11-20  7:41       ` Simon Horman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.