* [PATCH, TRIVIAL] 2.6.0-t3: hd.c typo fix
@ 2003-08-19 5:22 CaT
0 siblings, 0 replies; only message in thread
From: CaT @ 2003-08-19 5:22 UTC (permalink / raw)
To: linux-kernel, trivial
Spotted this typo whilst debugging my C99 patch:
--- linux.backup/drivers/ide/legacy/hd.c Sat Aug 16 15:02:44 2003
+++ linux/drivers/ide/legacy/hd.c Tue Aug 19 14:44:50 2003
@@ -715,7 +715,7 @@
hd_queue = blk_init_queue(do_hd_request, &hd_lock);
if (!hd_queue) {
- unegister_blkdev(MAJOR_NR,"hd");
+ unregister_blkdev(MAJOR_NR,"hd");
return -ENOMEM;
}
--
"How can I not love the Americans? They helped me with a flat tire the
other day," he said.
- http://tinyurl.com/h6fo
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-08-19 5:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-19 5:22 [PATCH, TRIVIAL] 2.6.0-t3: hd.c typo fix CaT
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox