Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 25 Jul 2002 14:46:15 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 25 Jul 2002 14:46:15 -0400 Received: from nat-pool-rdu.redhat.com ([66.187.233.200]:23730 "EHLO devserv.devel.redhat.com") by vger.kernel.org with ESMTP id ; Thu, 25 Jul 2002 14:46:15 -0400 Date: Thu, 25 Jul 2002 14:49:13 -0400 From: Benjamin LaHaise To: Cort Dougan Cc: Christoph Hellwig , linux-kernel@vger.kernel.org Subject: Re: [PATCH] cheap lookup of symbol names on oops() Message-ID: <20020725144913.E8839@redhat.com> References: <20020725110033.G2276@host110.fsmlabs.com> <20020725181126.A17859@infradead.org> <20020725112142.I2276@host110.fsmlabs.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020725112142.I2276@host110.fsmlabs.com>; from cort@fsmlabs.com on Thu, Jul 25, 2002 at 11:21:42AM -0600 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 666 Lines: 19 On Thu, Jul 25, 2002 at 11:21:42AM -0600, Cort Dougan wrote: > I'm glad you found it useful. > > I'm sorry, Aunt Tillie has a mind of her own about indentation. Patch > below with spaces turned to tabs. > + if ( addr < PAGE_OFFSET ) > + { It looks like she still has to ready the Documentation/CodingStyle. The space after the ( and before the ) are spurious, and thes { belongs on the same line as the if. -ben - 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/