]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] Fix comment in parse_hex_value
authorRusty Russell <trivial@rustcorp.com.au>
Sun, 5 Oct 2003 04:31:34 +0000 (21:31 -0700)
committerLinus Torvalds <torvalds@home.osdl.org>
Sun, 5 Oct 2003 04:31:34 +0000 (21:31 -0700)
From:  <adobriyan@mail.ru>

(Acked by William Lee Irwin III <wli@holomorphy.com>)

arch/i386/kernel/irq.c

index 052500818d74415a43539ad0e1ed080592230b6d..84cb5a1bb845b7bb292b39e319350cb4148dc6a3 100644 (file)
@@ -904,7 +904,7 @@ static unsigned int parse_hex_value(const char __user *buffer,
                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.
         */