linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Frank Davis <fdavis@si.rr.com>
To: <linux-kernel@vger.kernel.org>
Cc: <fdavis@si.rr.com>, <torvalds@transmeta.com>
Subject: [PATCH] 2.5.18 : drivers/pci/pool.c minor printk fix
Date: Sun, 26 May 2002 21:06:08 -0400 (EDT)	[thread overview]
Message-ID: <Pine.LNX.4.33.0205262058570.18267-100000@localhost.localdomain> (raw)

Hello,
  The following patch addresses a compile warning. printk saw the "," as 
an argument, which it shouldn't.
Regards,
Frank

--- drivers/pci/pool.c.old	Thu May  9 19:01:28 2002
+++ drivers/pci/pool.c	Sun May 26 20:55:42 2002
@@ -309,7 +309,7 @@
 		return;
 	}
 	if (page->bitmap [map] & (1UL << block)) {
-		printk (KERN_ERR "pci_pool_free %s/%s, dma %x already free\n",
+		printk (KERN_ERR "pci_pool_free %s/%s dma %x already free\n",
 			pool->dev ? pool->dev->slot_name : NULL,
 			pool->name, dma);
 		return;


             reply	other threads:[~2002-05-27  1:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-27  1:06 Frank Davis [this message]
2002-05-25 13:18 ` [PATCH] 2.5.18 : drivers/pci/pool.c minor printk fix Arnaldo Carvalho de Melo
2002-05-27 10:11 ` Alan Cox

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.33.0205262058570.18267-100000@localhost.localdomain \
    --to=fdavis@si.rr.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).