From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965158AbXDWXuS (ORCPT ); Mon, 23 Apr 2007 19:50:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S964976AbXDWXuS (ORCPT ); Mon, 23 Apr 2007 19:50:18 -0400 Received: from ozlabs.org ([203.10.76.45]:46873 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965158AbXDWXuR (ORCPT ); Mon, 23 Apr 2007 19:50:17 -0400 Subject: Re: MODULE_MAINTAINER From: Rusty Russell To: "Robert P. J. Day" Cc: Rene Herman , Alan Cox , Adrian Bunk , Marcel Holtmann , Christoph Hellwig , Linux Kernel In-Reply-To: References: <46138B4C.2050409@gmail.com> <20070404123311.GA18552@infradead.org> <1175698135.5815.447.camel@violet> <20070404150231.GE27660@stusta.de> <4613C963.6070409@gmail.com> <20070404170016.453d26f1@the-village.bc.nu> <4613D492.2070404@gmail.com> <462C7D74.60003@gmail.com> <1177327476.17026.75.camel@localhost.localdomain> Content-Type: text/plain Date: Tue, 24 Apr 2007 09:46:33 +1000 Message-Id: <1177371993.30071.1.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2007-04-23 at 07:52 -0400, Robert P. J. Day wrote: > On Mon, 23 Apr 2007, Rusty Russell wrote: > > > On Mon, 2007-04-23 at 11:33 +0200, Rene Herman wrote: > > > On 04/04/2007 06:38 PM, Rene Herman wrote: > > > > > > Rusty? > > > > Valid points have been made on both sides. I suggest: > > > > #define MODULE_MAINTAINER(_maintainer) \ > > MODULE_AUTHOR("(Maintained by) "_maintainer) > > why bring MODULE_AUTHOR into it? just define it in terms of > MODULE_INFO: Because author is an established field. People might well search for it. This is fairly clear, and assuming that the maintainer has actually done any maintenance, they're an author too. Rusty.