From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S266292AbUGJQmj (ORCPT ); Sat, 10 Jul 2004 12:42:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S266296AbUGJQmj (ORCPT ); Sat, 10 Jul 2004 12:42:39 -0400 Received: from parcelfarce.linux.theplanet.co.uk ([195.92.249.252]:485 "EHLO www.linux.org.uk") by vger.kernel.org with ESMTP id S266292AbUGJQmh (ORCPT ); Sat, 10 Jul 2004 12:42:37 -0400 Date: Sat, 10 Jul 2004 13:03:43 -0300 From: Marcelo Tosatti To: "IIDA, MASANARI" Cc: linux-kernel@vger.kernel.org Subject: Re: A typo in sysrq.c on 2.4.26 Message-ID: <20040710160342.GA15441@logos.cnet> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.5.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jul 09, 2004 at 08:13:21PM +0900, IIDA, MASANARI wrote: > Hi Marcelo > > This patch fix a typo in drivers/char/sysrq.c on 2.4.26. > I have confirmed kernel 2.6.7 doesn't have this typo. > > --- drivers/char/sysrq.c Mon Aug 25 20:44:41 2003 > +++ drivers/char/sysrq.c.new Fri Jul 9 19:58:07 2004 > @@ -365,7 +365,7 @@ > /* v */ NULL, > /* w */ NULL, > /* x */ NULL, > -/* w */ NULL, > +/* y */ NULL, > /* z */ NULL > }; Hi, Patch applied, thanks.