linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@xenotime.net>
To: lkml <linux-kernel@vger.kernel.org>
Cc: akpm <akpm@osdl.org>, kernel@bardioc.dyndns.org
Subject: [PATCH] sysrq: showBlockedTasks is sysrq-X
Date: Fri, 5 Jan 2007 11:06:28 -0800	[thread overview]
Message-ID: <20070105110628.5f1e487d.rdunlap@xenotime.net> (raw)

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

             reply	other threads:[~2007-01-05 19:06 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-05 19:06 Randy Dunlap [this message]
2007-01-05 19:36 ` [PATCH] sysrq: showBlockedTasks is sysrq-X 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070105110628.5f1e487d.rdunlap@xenotime.net \
    --to=rdunlap@xenotime.net \
    --cc=akpm@osdl.org \
    --cc=kernel@bardioc.dyndns.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).