Re: [PATCH] net/9p: trans_xen: add missing MODULE_AUTHOR/DESCRIPTION/LICENSE

2018-01-10 Thread Stephen Hemminger
On Sun, 19 Nov 2017 22:28:29 -0800 Jesse Chan wrote: > Signed-off-by: Jesse Chan > --- > 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/t

Re: [PATCH] net/9p: trans_xen: add missing MODULE_AUTHOR/DESCRIPTION/LICENSE

2018-01-10 Thread Stephen Hemminger
On Wed, 10 Jan 2018 17:37:47 +0100 Arnd Bergmann wrote: > From: Jesse Chan > > 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 add

Re: [PATCH] net/9p: trans_xen: add missing MODULE_AUTHOR/DESCRIPTION/LICENSE

2018-01-10 Thread Arnd Bergmann
On Wed, Jan 10, 2018 at 6:27 PM, Akemi Yagi wrote: > 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 >> Signed-off-by: Arnd Bergmann >> --- >> net/9p/trans_xen.c | 4 >> 1 file changed, 4 in

Re: [PATCH] net/9p: trans_xen: add missing MODULE_AUTHOR/DESCRIPTION/LICENSE

2018-01-10 Thread Akemi Yagi
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 > Signed-off-by: Arnd Bergmann > --- > net/9p/trans_xen.c | 4 > 1 file changed, 4 insertions(+) > > diff --git a/net/9p/trans_xen.c b/net/9p/tr

Re: [PATCH] net/9p: trans_xen: add missing MODULE_AUTHOR/DESCRIPTION/LICENSE

2018-01-10 Thread Stefano Stabellini
On Wed, 10 Jan 2018, Arnd Bergmann wrote: > From: Jesse Chan > > 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

[PATCH] net/9p: trans_xen: add missing MODULE_AUTHOR/DESCRIPTION/LICENSE

2018-01-10 Thread Arnd Bergmann
From: Jesse Chan 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. MODU

[PATCH] net/9p: trans_xen: add missing MODULE_AUTHOR/DESCRIPTION/LICENSE

2017-11-19 Thread Jesse Chan
Signed-off-by: Jesse Chan --- 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)