From: Anton Blanchard sysrq helpers should have their active character capitalized --- arch/ppc64/xmon/start.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN arch/ppc64/xmon/start.c~ppc64-xmon-sysrq arch/ppc64/xmon/start.c --- 25/arch/ppc64/xmon/start.c~ppc64-xmon-sysrq 2004-02-04 02:25:13.000000000 -0800 +++ 25-akpm/arch/ppc64/xmon/start.c 2004-02-04 02:25:13.000000000 -0800 @@ -41,7 +41,7 @@ static void sysrq_handle_xmon(int key, s static struct sysrq_key_op sysrq_xmon_op = { .handler = sysrq_handle_xmon, - .help_msg = "xmon", + .help_msg = "Xmon", .action_msg = "Entering xmon\n", }; _