linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ide-disk: Restore missing space in log message
@ 2006-01-08 18:47 Jean Delvare
  0 siblings, 0 replies; only message in thread
From: Jean Delvare @ 2006-01-08 18:47 UTC (permalink / raw)
  To: linux-kernel; +Cc: Bartlomiej Zolnierkiewicz, Tejun Heo, Jens Axboe

Hi all,

(Please disregard my previous post, I messed up with the keyboard and
sent it before it was ready...)

I've noticed a strange message log change in the current git tree
(2.6.15-git4):
  hda: cache flushes notsupported
instead of
  hda: cache flushes not supported

Here's the trivial patch fixing it.

Restore a missing space in a log message, which was accidentally
removed by a previous change: 3e087b575496b8aa445192f58e7d996b1cdfa121

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Tejun Heo <htejun@gmail.com>
Cc: Jens Axboe <axboe@suse.de>
---
 drivers/ide/ide-disk.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-2.6.15-git.orig/drivers/ide/ide-disk.c	2006-01-08 10:55:58.000000000 +0100
+++ linux-2.6.15-git/drivers/ide/ide-disk.c	2006-01-08 19:33:18.000000000 +0100
@@ -776,7 +776,7 @@
 			 ide_id_has_flush_cache_ext(id));
 
 		printk(KERN_INFO "%s: cache flushes %ssupported\n",
-		       drive->name, barrier ? "" : "not");
+		       drive->name, barrier ? "" : "not ");
 
 		if (barrier) {
 			ordered = QUEUE_ORDERED_DRAIN_FLUSH;

-- 
Jean Delvare

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-01-08 18:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-08 18:47 [PATCH] ide-disk: Restore missing space in log message Jean Delvare

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).