patch-2.3.6 linux/arch/ppc/xmon/xmon.c

Next file: linux/arch/sparc/Makefile
Previous file: linux/arch/ppc/mm/init.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.5/linux/arch/ppc/xmon/xmon.c linux/arch/ppc/xmon/xmon.c
@@ -999,7 +999,7 @@
 	int c;
 
 	c = inchar();
-	if ((isxdigit(c) && c != 'f' && c != 'd') || c == '\n')
+	if ((isxdigit(c) && (c != 'f') && (c != 'd')) || (c == '\n'))
 		termch = c;
 	scanhex(&adrs);
 	if( termch != '\n')

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)