Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1389842

Re: [PATCH] Changed the path from to the incorrect drivers/char/sysrq.c to drivers/tty/sysrq.c

From René Nyffenegger <mail@renenyffenegger.ch>
Newsgroups linux.kernel
Subject Re: [PATCH] Changed the path from to the incorrect drivers/char/sysrq.c to drivers/tty/sysrq.c
Date 2016-04-28 10:20 +0200
Message-ID <rsPl0-8pu-7@gated-at.bofh.it> (permalink)
References <rqOW6-7cw-1@gated-at.bofh.it> <rs86l-5NZ-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Jonathan

You're right, the lines were wrapped at character 78. I have fixed that
and sent the patch to myself. The attached patch should work now.

René

Signed-off-by: René Nyffenegger <mail@renenyffenegger.ch>
---
 Documentation/sysrq.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/sysrq.txt b/Documentation/sysrq.txt
index 13f5619..3a3b30a 100644
--- a/Documentation/sysrq.txt
+++ b/Documentation/sysrq.txt
@@ -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.
-- 
2.8.0

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] Changed the path from to the incorrect drivers/char/sysrq.c  to drivers/tty/sysrq.c René Nyffenegger <mail@renenyffenegger.ch> - 2016-04-22 21:30 +0200
  Re: [PATCH] Changed the path from to the incorrect  drivers/char/sysrq.c to drivers/tty/sysrq.c Jonathan Corbet <corbet@lwn.net> - 2016-04-26 12:10 +0200
    Re: [PATCH] Changed the path from to the incorrect  drivers/char/sysrq.c to drivers/tty/sysrq.c René Nyffenegger <mail@renenyffenegger.ch> - 2016-04-28 10:20 +0200
      Re: [PATCH] Changed the path from to the incorrect  drivers/char/sysrq.c to drivers/tty/sysrq.c Jonathan Corbet <corbet@lwn.net> - 2016-04-28 16:10 +0200

csiph-web