* [TRIVIAL] Fix comment in parse_hex_value
@ 2003-09-24 2:50 Rusty Trivial Russell
2003-09-24 3:48 ` William Lee Irwin III
0 siblings, 1 reply; 2+ messages in thread
From: Rusty Trivial Russell @ 2003-09-24 2:50 UTC (permalink / raw)
To: torvalds, linux-kernel
From: <adobriyan@mail.ru>
--- trivial-2.6.0-test5-bk10/arch/i386/kernel/irq.c.orig 2003-09-24 12:27:14.000000000 +1000
+++ trivial-2.6.0-test5-bk10/arch/i386/kernel/irq.c 2003-09-24 12:27:14.000000000 +1000
@@ -904,7 +904,7 @@
return -EFAULT;
/*
- * Parse the first 8 characters as a hex string, any non-hex char
+ * Parse the first HEX_DIGITS characters as a hex string, any non-hex char
* is end-of-string. '00e1', 'e1', '00E1', 'E1' are all the same.
*/
--
What is this? http://www.kernel.org/pub/linux/kernel/people/rusty/trivial/
Don't blame me: the Monkey is driving
File: =?koi8-r?Q?=22?=Alexey Dobriyan=?koi8-r?Q?=22=20?= <adobriyan@mail.ru>: [PATCH] Fix comment in parse_hex_value
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [TRIVIAL] Fix comment in parse_hex_value
2003-09-24 2:50 [TRIVIAL] Fix comment in parse_hex_value Rusty Trivial Russell
@ 2003-09-24 3:48 ` William Lee Irwin III
0 siblings, 0 replies; 2+ messages in thread
From: William Lee Irwin III @ 2003-09-24 3:48 UTC (permalink / raw)
To: Rusty Trivial Russell; +Cc: torvalds, linux-kernel
On Wed, Sep 24, 2003 at 12:50:45PM +1000, Rusty Trivial Russell wrote:
> - * Parse the first 8 characters as a hex string, any non-hex char
> + * Parse the first HEX_DIGITS characters as a hex string, any non-hex char
This is good; thanks for catching it. I was over this recently and
should have cleaned it up while I was there.
-- wli
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-09-24 3:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-24 2:50 [TRIVIAL] Fix comment in parse_hex_value Rusty Trivial Russell
2003-09-24 3:48 ` William Lee Irwin III
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.