projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7ff7d4
)
[PATCH] ide-disk: Restore missing space in log message
author
Jean Delvare
<
[email protected]
>
Fri, 3 Feb 2006 11:04:57 +0000
(
03:04
-0800)
committer
Linus Torvalds
<
[email protected]
>
Fri, 3 Feb 2006 16:32:12 +0000
(08:32 -0800)
Restore a missing space in a log message, which was accidentally
removed by a previous change:
3e087b575496b8aa445192f58e7d996b1cdfa121
Signed-off-by: Jean Delvare <
[email protected]
>
Cc: Tejun Heo <
[email protected]
>
Cc: Jens Axboe <
[email protected]
>
Acked-by: Bartlomiej Zolnierkiewicz <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/ide/ide-disk.c
patch
|
blob
|
history
diff --git
a/drivers/ide/ide-disk.c
b/drivers/ide/ide-disk.c
index f46bb0404ae4f20a5de5283af026e8ae3d693b4f..6c60a9d2afd81e68b2c2170dfd3326f7902b2006 100644
(file)
--- a/
drivers/ide/ide-disk.c
+++ b/
drivers/ide/ide-disk.c
@@
-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;