Doc: correct the location of sysrq.c
authorRené Nyffenegger <mail@renenyffenegger.ch>
Thu, 28 Apr 2016 08:15:24 +0000 (10:15 +0200)
committerJonathan Corbet <corbet@lwn.net>
Thu, 28 Apr 2016 14:02:36 +0000 (08:02 -0600)
sysrq.c moved to drivers/tty in 2010; update the documentation to match.

Signed-off-by: René Nyffenegger <mail@renenyffenegger.ch>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/sysrq.txt

index 13f5619..3a3b30a 100644 (file)
@@ -212,7 +212,7 @@ it is currently registered in that slot. This is in case the slot has been
 overwritten since you registered it.
 
 The Magic SysRQ system works by registering key operations against a key op
-lookup table, which is defined in 'drivers/char/sysrq.c'. This key table has
+lookup table, which is defined in 'drivers/tty/sysrq.c'. This key table has
 a number of operations registered into it at compile time, but is mutable,
 and 2 functions are exported for interface to it:
        register_sysrq_key and unregister_sysrq_key.