Commit 5b40f871 authored by Ferenc Wagner's avatar Ferenc Wagner Committed by Eric Anholt

drm/i915: indicate framebuffer restore key in SysRq help message

At the same time, bring the action message closer to the usual format.
Signed-off-by: default avatarFerenc Wagner <wferi@niif.hu>
Acked-by: default avatarJesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: default avatarEric Anholt <eric@anholt.net>
parent 9dff6af8
......@@ -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)
......
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