netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: Jesse Chan <jc@linux.com>
Cc: Eric Van Hensbergen <ericvh@gmail.com>,
	Ron Minnich <rminnich@sandia.gov>,
	Latchesar Ionkov <lucho@ionkov.net>,
	"David S. Miller" <davem@davemloft.net>,
	v9fs-developer@lists.sourceforge.net, netdev@vger.kernel.org
Subject: Re: [PATCH] net/9p: trans_xen: add missing MODULE_AUTHOR/DESCRIPTION/LICENSE
Date: Wed, 10 Jan 2018 16:40:08 -0800	[thread overview]
Message-ID: <20180110164008.2a5414fe@xeon-e3> (raw)
In-Reply-To: <20171120062829.126479-1-jc@linux.com>

On Sun, 19 Nov 2017 22:28:29 -0800
Jesse Chan <jc@linux.com> wrote:

> Signed-off-by: Jesse Chan <jc@linux.com>
> ---
>  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 6ad3e043c617..90402e744fbf 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");


I already submitted:
  https://patchwork.ozlabs.org/patch/856908/

  parent reply	other threads:[~2018-01-11  0:40 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-20  6:28 [PATCH] net/9p: trans_xen: add missing MODULE_AUTHOR/DESCRIPTION/LICENSE Jesse Chan
2017-11-20  7:49 ` [PATCH v2] " Jesse Chan
2018-01-11  0:40 ` Stephen Hemminger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-01-10 16:37 [PATCH] " Arnd Bergmann
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

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=20180110164008.2a5414fe@xeon-e3 \
    --to=stephen@networkplumber.org \
    --cc=davem@davemloft.net \
    --cc=ericvh@gmail.com \
    --cc=jc@linux.com \
    --cc=lucho@ionkov.net \
    --cc=netdev@vger.kernel.org \
    --cc=rminnich@sandia.gov \
    --cc=v9fs-developer@lists.sourceforge.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).