patch-2.2.18 linux/arch/ppc/kernel/process.c
Next file: linux/arch/ppc/kernel/prom.c
Previous file: linux/arch/ppc/kernel/prep_setup.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Wed Nov  8 23:00:34 2000
-  Orig file: 
v2.2.17/arch/ppc/kernel/process.c
-  Orig date: 
Sat Sep  9 18:42:33 2000
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/arch/ppc/kernel/process.c linux/arch/ppc/kernel/process.c
@@ -233,7 +233,7 @@
 	printk("[");
 	for (; bits->bit != 0; ++bits) {
 		if (val & bits->bit) {
-			printk("%s", bits->name);
+			printk("%s%s", sep, bits->name);
 			sep = ", ";
 		}
 	}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)