All of lore.kernel.org
 help / color / mirror / Atom feed
From: Akemi Yagi <toracat@elrepo.org>
To: linux-kernel@vger.kernel.org
Cc: netdev@vger.kernel.org
Subject: Re: [PATCH] net/9p: trans_xen: add missing MODULE_AUTHOR/DESCRIPTION/LICENSE
Date: Wed, 10 Jan 2018 17:27:19 +0000 (UTC)	[thread overview]
Message-ID: <p35idn$n3l$1@blaine.gmane.org> (raw)
In-Reply-To: 20180110163812.687838-1-arnd@arndb.de

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@linux.com>
> Signed-off-by: Arnd Bergmann <arnd@arndb.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@aporeto.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.

WARNING: multiple messages have this Message-ID (diff)
From: Akemi Yagi <toracat@elrepo.org>
To: netdev@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] net/9p: trans_xen: add missing MODULE_AUTHOR/DESCRIPTION/LICENSE
Date: Wed, 10 Jan 2018 17:27:19 +0000 (UTC)	[thread overview]
Message-ID: <p35idn$n3l$1@blaine.gmane.org> (raw)
In-Reply-To: 20180110163812.687838-1-arnd@arndb.de

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@linux.com>
> Signed-off-by: Arnd Bergmann <arnd@arndb.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@aporeto.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.

  reply	other threads:[~2018-01-10 18:07 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-10 16:37 [PATCH] net/9p: trans_xen: add missing MODULE_AUTHOR/DESCRIPTION/LICENSE Arnd Bergmann
2018-01-10 17:27 ` Akemi Yagi [this message]
2018-01-10 17:27   ` Akemi Yagi
2018-01-10 21:11   ` Arnd Bergmann
2018-01-10 17:43 ` Stefano Stabellini
2018-01-11  0:39 ` Stephen Hemminger
  -- strict thread matches above, loose matches on Subject: below --
2017-11-20  6:28 Jesse Chan
2018-01-11  0:40 ` Stephen Hemminger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='p35idn$n3l$1@blaine.gmane.org' \
    --to=toracat@elrepo.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.