From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S967223AbeAORTd (ORCPT + 1 other); Mon, 15 Jan 2018 12:19:33 -0500 Received: from pandora.armlinux.org.uk ([78.32.30.218]:51880 "EHLO pandora.armlinux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932872AbeAORTb (ORCPT ); Mon, 15 Jan 2018 12:19:31 -0500 Date: Mon, 15 Jan 2018 17:19:20 +0000 From: Russell King To: Wolfram Sang Cc: Arnd Bergmann , linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] i2c: acorn: add MODULE_LICENSE tag Message-ID: <20180115171920.GA32698@flint.armlinux.org.uk> References: <20180111103751.1506236-1-arnd@arndb.de> <20180115171027.ynorej3x7nal7ttj@ninjato> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180115171027.ynorej3x7nal7ttj@ninjato> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Mon, Jan 15, 2018 at 06:10:28PM +0100, Wolfram Sang wrote: > On Thu, Jan 11, 2018 at 11:37:45AM +0100, Arnd Bergmann wrote: > > As of v4.15, Kbuild warns about missing MODULE_LICENSE tags: > > > > WARNING: modpost: missing MODULE_LICENSE() in drivers/i2c/busses/i2c-acorn.o > > > > This adds a license, author and description tag, matching the > > comment at the start of the acorn i2c driver. > > > > Signed-off-by: Arnd Bergmann > > Looks good, but since rmk is still around, let's add him to CC... > > > --- > > drivers/i2c/busses/i2c-acorn.c | 4 ++++ > > 1 file changed, 4 insertions(+) > > > > diff --git a/drivers/i2c/busses/i2c-acorn.c b/drivers/i2c/busses/i2c-acorn.c > > index 9d7be5af2bf2..6463189ca183 100644 > > --- a/drivers/i2c/busses/i2c-acorn.c > > +++ b/drivers/i2c/busses/i2c-acorn.c > > @@ -94,3 +94,7 @@ static int __init i2c_ioc_init(void) > > } > > > > module_init(i2c_ioc_init); > > + > > +MODULE_AUTHOR("Russell King "); linux@armlinux.org.uk please - dspam on _this_ account files such mails into the spam mailbox. Thanks. > > +MODULE_DESCRIPTION("ARM IOC/IOMD i2c driver"); > > +MODULE_LICENSE("GPL v2"); > > -- > > 2.9.0 > > -- Russell King ARM architecture Linux Kernel maintainer