* [PATCH][TRIVIAL] fix typo in md.c
@ 2004-09-21 18:15 Terje Rosten
0 siblings, 0 replies; only message in thread
From: Terje Rosten @ 2004-09-21 18:15 UTC (permalink / raw)
To: linux-raid
Fix typo in drivers/md/md.c
- Terje
diff -u -r1.215 md.c
--- drivers/md/md.c 14 Sep 2004 14:47:27 -0000 1.215
+++ drivers/md/md.c 16 Sep 2004 11:19:09 -0000
@@ -1846,7 +1846,7 @@
err = do_md_run (mddev);
if (err) {
- printk(KERN_WARNING "md :do_md_run() returned %d\n", err);
+ printk(KERN_WARNING "md: do_md_run() returned %d\n", err);
do_md_stop (mddev, 0);
}
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-09-21 18:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-21 18:15 [PATCH][TRIVIAL] fix typo in md.c Terje Rosten
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).