Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755529AbZIVPzX (ORCPT ); Tue, 22 Sep 2009 11:55:23 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754256AbZIVPzW (ORCPT ); Tue, 22 Sep 2009 11:55:22 -0400 Received: from fifo99.com ([67.223.236.141]:43890 "EHLO fifo99.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751402AbZIVPzV (ORCPT ); Tue, 22 Sep 2009 11:55:21 -0400 Subject: Re: [PATCH 1/4] module: extract __ExPORT_SYMBOL from module.h into mod_export.h From: Daniel Walker To: Alan Jenkins Cc: rusty@rustcorp.com.au, linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org, linux-modules@vger.org In-Reply-To: <4AB8F238.3040105@tuffmail.co.uk> References: <1253626718-18887-1-git-send-email-alan-jenkins@tuffmail.co.uk> <1253626718-18887-2-git-send-email-alan-jenkins@tuffmail.co.uk> <1253634337.22454.3.camel@desktop> <4AB8F238.3040105@tuffmail.co.uk> Content-Type: text/plain Date: Tue, 22 Sep 2009 08:55:26 -0700 Message-Id: <1253634926.22454.4.camel@desktop> Mime-Version: 1.0 X-Mailer: Evolution 2.24.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1091 Lines: 44 On Tue, 2009-09-22 at 16:50 +0100, Alan Jenkins wrote: > Daniel Walker wrote: > > On Tue, 2009-09-22 at 14:38 +0100, Alan Jenkins wrote: > > > >> + > >> +struct kernel_symbol > >> +{ > >> + unsigned long value; > >> + const char *name; > >> +}; > >> > > > > One relevant checkpatch error above, > > > > ERROR: open brace '{' following struct go on the same line > > #71: FILE: include/linux/mod_export.h:13: > > +struct kernel_symbol > > +{ > > > > You have another similar one in patch 4 , > > > > ERROR: else should follow close brace '}' > > #99: FILE: kernel/module.c:221: > > + } > > + else if (cmp < 0) > > > > > > Could you correct those? > > > > Daniel > > > > Sure, thanks. I'll hold off on resending though, in case there are any > more radical changes needed. Ok thanks.. Daniel -- 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/