patch-2.4.21 linux-2.4.21/arch/ppc64/xmon/start.c
Next file: linux-2.4.21/arch/ppc64/xmon/xmon.c
Previous file: linux-2.4.21/arch/ppc64/vmlinux.lds
Back to the patch index
Back to the overall index
-  Lines: 13
-  Date:
2003-06-13 07:51:32.000000000 -0700
-  Orig file: 
linux-2.4.20/arch/ppc64/xmon/start.c
-  Orig date: 
2002-11-28 15:53:11.000000000 -0800
diff -urN linux-2.4.20/arch/ppc64/xmon/start.c linux-2.4.21/arch/ppc64/xmon/start.c
@@ -59,9 +59,9 @@
 }
 static struct sysrq_key_op sysrq_xmon_op = 
 {
-	handler:	sysrq_handle_xmon,
-	help_msg:	"xmon",
-	action_msg:	"Entering xmon\n",
+	.handler =	sysrq_handle_xmon,
+	.help_msg =	"xmon",
+	.action_msg =	"Entering xmon\n",
 };
 
 void
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)