patch-2.4.25 linux-2.4.25/arch/mips64/kernel/irq.c

Next file: linux-2.4.25/arch/mips64/kernel/linux32.c
Previous file: linux-2.4.25/arch/mips64/kernel/ioctl32.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.24/arch/mips64/kernel/irq.c linux-2.4.25/arch/mips64/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)