Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752433AbcKNNhi (ORCPT ); Mon, 14 Nov 2016 08:37:38 -0500 Received: from lb2-smtp-cloud2.xs4all.net ([194.109.24.25]:37099 "EHLO lb2-smtp-cloud2.xs4all.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752219AbcKNNhe (ORCPT ); Mon, 14 Nov 2016 08:37:34 -0500 Message-ID: <1479130648.32178.3.camel@tiscali.nl> Subject: Re: [PATCH] [media] gp8psk-fe: add missing MODULE_foo() macros From: Paul Bolle To: Mauro Carvalho Chehab Cc: Linus Torvalds , Stephen Rothwell , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org Date: Mon, 14 Nov 2016 14:37:28 +0100 In-Reply-To: <20161114111437.29317cdb@vento.lan> References: <20161114111437.29317cdb@vento.lan> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.20.5 (3.20.5-1.fc24) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 541 Lines: 16 On Mon, 2016-11-14 at 11:14 -0200, Mauro Carvalho Chehab wrote: > --- a/drivers/media/dvb-frontends/gp8psk-fe.c > +++ b/drivers/media/dvb-frontends/gp8psk-fe.c > + * This program is free software; you can redistribute it and/or modify it > + * under the terms of the GNU General Public License as published by the Free > + * Software Foundation, version 2. > +MODULE_LICENSE("GPL"); Nit: according to the comments in include/linux/module.h the "ident" that matches the license described at the top of this file is "GPL v2". Paul Bolle