[PATCH, TRIVIAL] 2.6.0-t3: hd.c typo fix

From: CaT
Date: Tue Aug 19 2003 - 00:27:40 EST


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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/