Commit 567a5e73 authored by Robert Love's avatar Robert Love Committed by Linus Torvalds

[PATCH] uber trivial sysrq.c patch

Linus, betcha cannot find a more trivial (but correct) patch...

This showstopper is against 2.5.21 - please apply.
parent 3b05e668
...@@ -385,7 +385,7 @@ static struct sysrq_key_op *sysrq_key_table[SYSRQ_KEY_TABLE_LENGTH] = { ...@@ -385,7 +385,7 @@ static struct sysrq_key_op *sysrq_key_table[SYSRQ_KEY_TABLE_LENGTH] = {
/* v */ NULL, /* v */ NULL,
/* w */ NULL, /* w */ NULL,
/* x */ NULL, /* x */ NULL,
/* w */ NULL, /* y */ NULL,
/* z */ NULL /* z */ 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