linux-wpan.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 2/7] net: fill in MODULE_DESCRIPTION()s for ieee802154/fakelb
       [not found] <20240213112122.404045-1-leitao@debian.org>
@ 2024-02-13 11:21 ` Breno Leitao
  0 siblings, 0 replies; only message in thread
From: Breno Leitao @ 2024-02-13 11:21 UTC (permalink / raw)
  To: kuba, davem, pabeni, edumazet, Alexander Aring, Stefan Schmidt,
	Miquel Raynal
  Cc: netdev, linux-kernel, horms, open list:IEEE 802.15.4 SUBSYSTEM

W=1 builds now warn if module is built without a MODULE_DESCRIPTION().
Add descriptions to the IEEE 802.15.4 loopback driver.

Signed-off-by: Breno Leitao <leitao@debian.org>
---
 drivers/net/ieee802154/fakelb.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/ieee802154/fakelb.c b/drivers/net/ieee802154/fakelb.c
index 35e55f198e05..2930141d7dd2 100644
--- a/drivers/net/ieee802154/fakelb.c
+++ b/drivers/net/ieee802154/fakelb.c
@@ -259,4 +259,5 @@ static __exit void fake_remove_module(void)
 
 module_init(fakelb_init_module);
 module_exit(fake_remove_module);
+MODULE_DESCRIPTION("IEEE 802.15.4 loopback driver");
 MODULE_LICENSE("GPL");
-- 
2.39.3


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-02-13 11:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20240213112122.404045-1-leitao@debian.org>
2024-02-13 11:21 ` [PATCH net 2/7] net: fill in MODULE_DESCRIPTION()s for ieee802154/fakelb Breno Leitao

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).