[PATCH] sysrq: showBlockedTasks is sysrq-X

From: Randy Dunlap
Date: Fri Jan 05 2007 - 14:06:46 EST


From: Randy Dunlap <randy.dunlap@xxxxxxxxxx>

SysRq showBlockedTasks is not done via B or T, it's done via X,
so put that in the Help message.

Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx>
---
drivers/char/sysrq.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-2620-rc3g4.orig/drivers/char/sysrq.c
+++ linux-2620-rc3g4/drivers/char/sysrq.c
@@ -215,7 +215,7 @@ static void sysrq_handle_showstate_block
}
static struct sysrq_key_op sysrq_showstate_blocked_op = {
.handler = sysrq_handle_showstate_blocked,
- .help_msg = "showBlockedTasks",
+ .help_msg = "showBlockedTasks(X)",
.action_msg = "Show Blocked State",
.enable_mask = SYSRQ_ENABLE_DUMP,
};


---
~Randy
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/