drm/i915: indicate framebuffer restore key in SysRq help message
authorFerenc Wagner <wferi@niif.hu>
Mon, 6 Apr 2009 12:55:09 +0000 (14:55 +0200)
committerEric Anholt <eric@anholt.net>
Wed, 8 Apr 2009 17:18:18 +0000 (10:18 -0700)
At the same time, bring the action message closer to the usual format.

Signed-off-by: Ferenc Wagner <wferi@niif.hu>
Acked-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/i915/intel_fb.c

index b7f0ebe..3e094be 100644 (file)
@@ -864,8 +864,8 @@ static void intelfb_sysrq(int dummy1, struct tty_struct *dummy3)
 
 static struct sysrq_key_op sysrq_intelfb_restore_op = {
         .handler = intelfb_sysrq,
-        .help_msg = "force fb",
-        .action_msg = "force restore of fb console",
+        .help_msg = "force-fb(G)",
+        .action_msg = "Restore framebuffer console",
 };
 
 int intelfb_probe(struct drm_device *dev)