Commit 0353f267 authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds

[PATCH] fix sysrq typos

parent 0fffce8f
...@@ -349,8 +349,8 @@ static struct sysrq_key_op *sysrq_key_table[SYSRQ_KEY_TABLE_LENGTH] = { ...@@ -349,8 +349,8 @@ static struct sysrq_key_op *sysrq_key_table[SYSRQ_KEY_TABLE_LENGTH] = {
/* 8 */ &sysrq_loglevel_op, /* 8 */ &sysrq_loglevel_op,
/* 9 */ &sysrq_loglevel_op, /* 9 */ &sysrq_loglevel_op,
/* a */ NULL, /* Don't use for system provided sysrqs, /* a */ NULL, /* Don't use for system provided sysrqs,
it is handled specially on the spark it is handled specially on the sparc
and will never arive */ and will never arrive */
/* b */ &sysrq_reboot_op, /* b */ &sysrq_reboot_op,
/* c */ NULL, /* c */ NULL,
/* d */ NULL, /* d */ NULL,
......
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