[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20180110163918.11e1202d@xeon-e3>
Date: Wed, 10 Jan 2018 16:39:18 -0800
From: Stephen Hemminger <stephen@...workplumber.org>
To: Arnd Bergmann <arnd@...db.de>
Cc: Eric Van Hensbergen <ericvh@...il.com>,
Ron Minnich <rminnich@...dia.gov>,
Latchesar Ionkov <lucho@...kov.net>, Jesse Chan <jc@...ux.com>,
"David S. Miller" <davem@...emloft.net>,
Juergen Gross <jgross@...e.com>,
Stefano Stabellini <sstabellini@...nel.org>,
Boris Ostrovsky <boris.ostrovsky@...cle.com>,
Wei Yongjun <weiyongjun1@...wei.com>,
Tuomas Tynkkynen <tuomas@...era.com>,
v9fs-developer@...ts.sourceforge.net, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] net/9p: trans_xen: add missing
MODULE_AUTHOR/DESCRIPTION/LICENSE
On Wed, 10 Jan 2018 17:37:47 +0100
Arnd Bergmann <arnd@...db.de> wrote:
> From: Jesse Chan <jc@...ux.com>
>
> This change resolves a new compile-time warning
> when built as a loadable module:
>
> WARNING: modpost: missing MODULE_LICENSE() in net/9p/9pnet_xen.o
> see include/linux/module.h for more information
>
> This adds the license as "Dual MIT/GPL", which matches the header of the file.
>
> MODULE_DESCRIPTION and MODULE_AUTHOR are also added.
>
> Signed-off-by: Jesse Chan <jc@...ux.com>
> Signed-off-by: Arnd Bergmann <arnd@...db.de>
> ---
> net/9p/trans_xen.c | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/net/9p/trans_xen.c b/net/9p/trans_xen.c
> index 325c56043007..336576f7e9f1 100644
> --- a/net/9p/trans_xen.c
> +++ b/net/9p/trans_xen.c
> @@ -543,3 +543,7 @@ static void p9_trans_xen_exit(void)
> return xenbus_unregister_driver(&xen_9pfs_front_driver);
> }
> module_exit(p9_trans_xen_exit);
> +
> +MODULE_AUTHOR("Stefano Stabellini <stefano@...reto.com>");
> +MODULE_DESCRIPTION("Xen Transport for 9P");
> +MODULE_LICENSE("Dual MIT/GPL");
I already submitted:
https://patchwork.ozlabs.org/patch/856908/
Powered by blists - more mailing lists