public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch] 2.6.0-test3 drivers/ide/legacy/hd.c
@ 2003-08-12  0:51 Josh Boyer
  0 siblings, 0 replies; only message in thread
From: Josh Boyer @ 2003-08-12  0:51 UTC (permalink / raw)
  To: axboe; +Cc: linux-kernel

The patch below fixes a typo in drivers/ide/legacy/hd.c.  This gets rid
of a compiler warning as well.

jb

--- linux-2.6.0-test3.orig/drivers/ide/legacy/hd.c	2003-08-11
19:43:12.000000000 -0500
+++ linux-2.6.0-test3/drivers/ide/legacy/hd.c	2003-08-11
19:41:36.000000000 -0500
@@ -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;
 	}



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-08-12  0:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-12  0:51 [patch] 2.6.0-test3 drivers/ide/legacy/hd.c Josh Boyer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox