From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752448AbcD1IPc (ORCPT ); Thu, 28 Apr 2016 04:15:32 -0400 Received: from belinda3.kreativmedia.ch ([80.74.158.27]:51423 "EHLO belinda3.kreativmedia.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751505AbcD1IP3 (ORCPT ); Thu, 28 Apr 2016 04:15:29 -0400 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=renenyffenegger.ch; b=v6fo3W3ZM20LSKHCBtEA8ZvIsnACd/oNAcuGHO3GphrKOxiYP/23KyUMFfCyvBrK/HBaaJBiCMx1gnqRTn7WfrmXllhloEexdPjElv0P1H4AOfVPMI+O4KNV34xkcM84QGNEn1QGBE6AL8o8l1778CzeUPZBG/Z7/QWdBaLlPYQ=; h=Subject:To:References:Cc:From:Message-ID:Date:User-Agent:MIME-Version:In-Reply-To:Content-Type:Content-Transfer-Encoding; Subject: Re: [PATCH] Changed the path from to the incorrect drivers/char/sysrq.c to drivers/tty/sysrq.c To: Jonathan Corbet References: <571A78C3.9040104@renenyffenegger.ch> <20160426040223.6277db34@lwn.net> Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, trivial@kernel.org, mail@renenyffenegger.ch From: =?UTF-8?Q?Ren=c3=a9_Nyffenegger?= Message-ID: <5721C69C.5010705@renenyffenegger.ch> Date: Thu, 28 Apr 2016 10:15:24 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <20160426040223.6277db34@lwn.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 --- 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