Commit 3b30d2b3 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] fix typo in hd.c

From: Adrian Bunk <bunk@fs.tum.de>

hd.c contains a typo
parent 8bc25c76
...@@ -715,7 +715,7 @@ static int __init hd_init(void) ...@@ -715,7 +715,7 @@ static int __init hd_init(void)
hd_queue = blk_init_queue(do_hd_request, &hd_lock); hd_queue = blk_init_queue(do_hd_request, &hd_lock);
if (!hd_queue) { if (!hd_queue) {
unegister_blkdev(MAJOR_NR,"hd"); unregister_blkdev(MAJOR_NR,"hd");
return -ENOMEM; return -ENOMEM;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment