All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xen/9pfs: Add MODULE_LICENSE()
@ 2017-11-13 23:30 Boris Ostrovsky
  2017-11-13 23:28 ` Stefano Stabellini
  0 siblings, 1 reply; 2+ messages in thread
From: Boris Ostrovsky @ 2017-11-13 23:30 UTC (permalink / raw)
  To: linux-kernel
  Cc: ericvh, rminnich, lucho, davem, sstabellini, sfr, Boris Ostrovsky

Since commit ba1029c9cbc5 ("modpost: detect modules without a
MODULE_LICENSE") modules without said macro will generate

WARNING: modpost: missing MODULE_LICENSE() in net/9p/9pnet_xen.o

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
---
 net/9p/trans_xen.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net/9p/trans_xen.c b/net/9p/trans_xen.c
index 6ad3e04..5c4c662 100644
--- a/net/9p/trans_xen.c
+++ b/net/9p/trans_xen.c
@@ -543,3 +543,4 @@ static void p9_trans_xen_exit(void)
 	return xenbus_unregister_driver(&xen_9pfs_front_driver);
 }
 module_exit(p9_trans_xen_exit);
+MODULE_LICENSE("GPL");
-- 
1.8.3.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-11-13 23:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-13 23:30 [PATCH] xen/9pfs: Add MODULE_LICENSE() Boris Ostrovsky
2017-11-13 23:28 ` Stefano Stabellini

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.