All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sysrq: showBlockedTasks is sysrq-X
@ 2007-01-05 19:06 Randy Dunlap
  2007-01-05 19:36 ` Olaf Hering
  0 siblings, 1 reply; 12+ messages in thread
From: Randy Dunlap @ 2007-01-05 19:06 UTC (permalink / raw)
  To: lkml; +Cc: akpm, kernel

From: Randy Dunlap <randy.dunlap@oracle.com>

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@oracle.com>
---
 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

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2007-01-07  2:41 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-05 19:06 [PATCH] sysrq: showBlockedTasks is sysrq-X Randy Dunlap
2007-01-05 19:36 ` Olaf Hering
2007-01-05 19:41   ` Randy Dunlap
2007-01-05 19:51     ` Olaf Hering
2007-01-06 18:25   ` [PATCH] sysrq: showBlockedTasks is sysrq-W Randy Dunlap
2007-01-06 19:19     ` Torsten Kaiser
2007-01-06 20:04       ` Randy Dunlap
2007-01-06 22:04       ` [PATCH 1/2 v3] " Randy Dunlap
2007-01-07  0:09         ` Dave Jones
2007-01-07  2:36           ` [PATCH 1/2 v4] " Randy Dunlap
2007-01-07  2:41             ` Dave Jones
2007-01-06 22:04       ` [PATCH 2/2] sysrq: alphabetize command keys doc Randy Dunlap

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.