patch-2.4.25 linux-2.4.25/arch/mips/kernel/irq.c
Next file: linux-2.4.25/arch/mips/kernel/mips_ksyms.c
Previous file: linux-2.4.25/arch/mips/kernel/irixsig.c
Back to the patch index
Back to the overall index
-  Lines: 11
-  Date:
2004-02-18 05:36:30.000000000 -0800
-  Orig file: 
linux-2.4.24/arch/mips/kernel/irq.c
-  Orig date: 
2003-11-28 10:26:19.000000000 -0800
diff -urN linux-2.4.24/arch/mips/kernel/irq.c linux-2.4.25/arch/mips/kernel/irq.c
@@ -916,8 +916,8 @@
 		return -EFAULT;
 
 	/*
-	 * Parse the first 8 characters as a hex string, any non-hex char
-	 * is end-of-string. '00e1', 'e1', '00E1', 'E1' are all the same.
+	 * 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.
 	 */
 	value = 0;
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)