From: Olaf Hering <olh@suse.de>
To: linux-ide@vger.kernel.org
Subject: [PATCH] add missing space to printk in ide_allocate_dma_engine
Date: Wed, 2 Feb 2005 21:36:52 +0100 [thread overview]
Message-ID: <20050202203652.GA14615@suse.de> (raw)
a space is missing.
diff -p -purN linux-2.6.11-rc2.orig/drivers/ide/ide-dma.c linux-2.6.11-rc2/drivers/ide/ide-dma.c
--- linux-2.6.11-rc2.orig/drivers/ide/ide-dma.c 2005-01-22 02:48:03.000000000 +0100
+++ linux-2.6.11-rc2/drivers/ide/ide-dma.c 2005-02-02 21:32:55.000000000 +0100
@@ -829,7 +829,7 @@ int ide_allocate_dma_engine (ide_hwif_t
if (hwif->dmatable_cpu)
return 0;
- printk(KERN_ERR "%s: -- Error, unable to allocate%s DMA table(s).\n",
+ printk(KERN_ERR "%s: -- Error, unable to allocate %s DMA table(s).\n",
(hwif->dmatable_cpu == NULL) ? " CPU" : "",
hwif->cds->name);
next reply other threads:[~2005-02-02 20:36 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-02-02 20:36 Olaf Hering [this message]
2005-02-02 23:27 ` [PATCH] add missing space to printk in ide_allocate_dma_engine Bartlomiej Zolnierkiewicz
2005-02-02 23:29 ` Bartlomiej Zolnierkiewicz
2005-02-02 23:36 ` Olaf Hering
2005-02-02 23:41 ` Bartlomiej Zolnierkiewicz
2005-02-03 15:00 ` Bartlomiej Zolnierkiewicz
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=20050202203652.GA14615@suse.de \
--to=olh@suse.de \
--cc=linux-ide@vger.kernel.org \
/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).