Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S265510AbUATNyR (ORCPT ); Tue, 20 Jan 2004 08:54:17 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S265512AbUATNyR (ORCPT ); Tue, 20 Jan 2004 08:54:17 -0500 Received: from twilight.ucw.cz ([81.30.235.3]:8066 "EHLO midnight.ucw.cz") by vger.kernel.org with ESMTP id S265510AbUATNyF (ORCPT ); Tue, 20 Jan 2004 08:54:05 -0500 Date: Tue, 20 Jan 2004 14:54:06 +0100 From: Vojtech Pavlik To: Andrew Morton , linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH] missing space in printk message (was Re: 2.6.1-mm5) Message-ID: <20040120135406.GA553@ucw.cz> References: <20040120000535.7fb8e683.akpm@osdl.org> <6ur7xuzqci.fsf@zork.zork.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6ur7xuzqci.fsf@zork.zork.net> User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1162 Lines: 28 On Tue, Jan 20, 2004 at 01:45:01PM +0000, Sean Neakums wrote: > Against 2.6.1-mm5. > > > --- S1-mm5/drivers/input/keyboard/atkbd.c~ 2004-01-20 13:36:13.000000000 +0000 > +++ S1-mm5/drivers/input/keyboard/atkbd.c 2004-01-20 13:36:24.000000000 +0000 > @@ -279,7 +279,7 @@ > atkbd->translated ? "translated" : "raw", > atkbd->set, code, serio->phys); > if (atkbd->translated && atkbd->set == 2 && code == 0x7a) > - printk(KERN_WARNING "atkbd.c: This is an XFree86 bug. It shouldn't access" > + printk(KERN_WARNING "atkbd.c: This is an XFree86 bug. It shouldn't access " > "hardware directly.\n"); > else > printk(KERN_WARNING "atkbd.c: Use 'setkeycodes %s%02x ' to make it known.\n", code & 0x80 ? "e0" : "", code & 0x7f); Fixed already in my version. Thanks for pointing it out. Other than that, does keyboard work OK for you? -- Vojtech Pavlik SuSE Labs, SuSE CR - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/