From: Adrian Bunk <bunk@fs.tum.de>
To: Jens Axboe <axboe@suse.de>
Cc: Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [patch] 2.6.0-test3: typo in hd.c
Date: Sun, 10 Aug 2003 23:24:44 +0200 [thread overview]
Message-ID: <20030810212444.GE16091@fs.tum.de> (raw)
In-Reply-To: <Pine.LNX.4.44.0308082228470.1852-100000@home.osdl.org>
On Fri, Aug 08, 2003 at 10:40:37PM -0700, Linus Torvalds wrote:
>...
> Summary of changes from v2.6.0-test2 to v2.6.0-test3
> ====================================================
>...
> Jens Axboe:
>...
> o Proper block queue reference counting
>...
This contains a typo that is fixed with the following patch:
--- linux-2.6.0-test3-not-full/drivers/ide/legacy/hd.c.old 2003-08-10 23:21:04.000000000 +0200
+++ linux-2.6.0-test3-not-full/drivers/ide/legacy/hd.c 2003-08-10 23:21:56.000000000 +0200
@@ -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;
}
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
next prev parent reply other threads:[~2003-08-10 21:24 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <torvalds@osdl.org>
2003-08-09 5:40 ` Linux 2.6.0-test3 Linus Torvalds
2003-08-09 7:49 ` Linux 2.6.0-test3: USB still broken reg
2003-08-13 23:53 ` Greg KH
2003-08-09 14:53 ` [Bug 973] Re: Linux 2.6.0-test3: Presario laptop panic Thomas Molina
2003-08-09 13:52 ` Zwane Mwaikambo
2003-08-09 16:00 ` Linux 2.6.0-test3: logo patch Thomas Molina
2003-08-09 15:38 ` Russell King
2003-08-11 6:24 ` Martin Schlemmer
2003-08-11 17:25 ` James Simmons
2003-08-11 20:24 ` Martin Schlemmer
2003-08-09 16:28 ` ismail (cartman) donmez
2003-08-09 18:52 ` Andrew Morton
2003-08-12 17:36 ` James Simmons
2003-08-09 21:14 ` Linux 2.6.0-test3 Jacek Kawa
2003-08-09 21:27 ` Jacek Kawa
2003-08-10 10:40 ` Geert Uytterhoeven
2003-08-10 21:24 ` Adrian Bunk [this message]
2003-08-11 23:07 ` Linux 2.6.0-test3 (compile statistics) John Cherry
2003-08-12 0:03 ` Mike Fedyk
2003-08-13 19:26 ` Adrian Bunk
2003-08-14 0:41 ` John Cherry
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030810212444.GE16091@fs.tum.de \
--to=bunk@fs.tum.de \
--cc=axboe@suse.de \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox