Commit 8afedafa authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] ppc64: sysrq helpers should have their active character capitalized

From: Anton Blanchard <anton@samba.org>

sysrq helpers should have their active character capitalized
parent 697556d4
......@@ -41,7 +41,7 @@ static void sysrq_handle_xmon(int key, struct pt_regs *pt_regs,
static struct sysrq_key_op sysrq_xmon_op =
{
.handler = sysrq_handle_xmon,
.help_msg = "xmon",
.help_msg = "Xmon",
.action_msg = "Entering xmon\n",
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment