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


Groups > linux.kernel > #1385454 > unrolled thread

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

Started byRené Nyffenegger <mail@renenyffenegger.ch>
First post2016-04-22 21:30 +0200
Last post2016-04-28 16:10 +0200
Articles 4 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [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

#1385454 — [PATCH] Changed the path from to the incorrect drivers/char/sysrq.c to drivers/tty/sysrq.c

FromRené Nyffenegger <mail@renenyffenegger.ch>
Date2016-04-22 21:30 +0200
Subject[PATCH] Changed the path from to the incorrect drivers/char/sysrq.c to drivers/tty/sysrq.c
Message-ID<rqOW6-7cw-1@gated-at.bofh.it>
This is my first patch submission. Please let me know if I have made a 
mistake anywhere.

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

[toc] | [next] | [standalone]


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

FromJonathan Corbet <corbet@lwn.net>
Date2016-04-26 12:10 +0200
SubjectRe: [PATCH] Changed the path from to the incorrect drivers/char/sysrq.c to drivers/tty/sysrq.c
Message-ID<rs86l-5NZ-1@gated-at.bofh.it>
In reply to#1385454
On Fri, 22 Apr 2016 21:17:23 +0200
René Nyffenegger <mail@renenyffenegger.ch> wrote:

> This is my first patch submission. Please let me know if I have made a 
> mistake anywhere.

Thank you for improving the documentation!

Unfortunately, the patch was corrupted by your mail client and does not
apply.  Could I please ask you to have a look at
Documentation/email-clients.txt for information on how to send patches so
that they arrive intact at the other end?  A good approach is to email
the patch to yourself and ensure that the result applies before trying
again.

Thanks,

jon

[toc] | [prev] | [next] | [standalone]


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

FromRené Nyffenegger <mail@renenyffenegger.ch>
Date2016-04-28 10:20 +0200
SubjectRe: [PATCH] Changed the path from to the incorrect drivers/char/sysrq.c to drivers/tty/sysrq.c
Message-ID<rsPl0-8pu-7@gated-at.bofh.it>
In reply to#1387319
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

[toc] | [prev] | [next] | [standalone]


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

FromJonathan Corbet <corbet@lwn.net>
Date2016-04-28 16:10 +0200
SubjectRe: [PATCH] Changed the path from to the incorrect drivers/char/sysrq.c to drivers/tty/sysrq.c
Message-ID<rsUNI-4t4-23@gated-at.bofh.it>
In reply to#1389842
On Thu, 28 Apr 2016 10:15:24 +0200
René Nyffenegger <mail@renenyffenegger.ch> wrote:

> 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.

The patch applies, but the above text is not a proper commit message, so
I still can't apply it without editing it.  I've done that this time
around, but, in the future, please be sure that the entire patch posting
is suitable for application.

Thanks,

jon

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web