[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <p35idn$n3l$1@blaine.gmane.org>
Date: Wed, 10 Jan 2018 17:27:19 +0000 (UTC)
From: Akemi Yagi <toracat@...epo.org>
To: netdev@...r.kernel.org
Cc: 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 wrote:
>
> 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");
Could you consider adding the credit to the people who are in this patch that addresses the same issue?
https://patchwork.ozlabs.org/patch/856908/
Thank you.
Powered by blists - more mailing lists