Skip to content

Commit

Permalink
[PATCH] ide-disk: Restore missing space in log message
Browse files Browse the repository at this point in the history
Restore a missing space in a log message, which was accidentally
removed by a previous change: 3e087b5

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Tejun Heo <htejun@gmail.com>
Cc: Jens Axboe <axboe@suse.de>
Acked-by: Bartlomiej Zolnierkiewicz <B.Zolnierkiewicz@elka.pw.edu.pl>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Jean Delvare authored and Linus Torvalds committed Feb 3, 2006
1 parent a7ff7d4 commit f7ad836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ide/ide-disk.c
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ static void update_ordered(ide_drive_t *drive)
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;
Expand Down

0 comments on commit f7ad836

Please sign in to comment.