All of lore.kernel.org
 help / color / mirror / Atom feed
From: Breno Leitao <leitao@debian.org>
To: kuba@kernel.org, davem@davemloft.net, pabeni@redhat.com,
	edumazet@google.com, Alexander Aring <alex.aring@gmail.com>,
	Stefan Schmidt <stefan@datenfreihafen.org>,
	Miquel Raynal <miquel.raynal@bootlin.com>
Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
	horms@kernel.org, andrew@lunn.ch,
	linux-wpan@vger.kernel.org (open list:IEEE 802.15.4 SUBSYSTEM)
Subject: [PATCH net 08/10] net: fill in MODULE_DESCRIPTION()s for ieee802154
Date: Mon,  5 Feb 2024 02:13:57 -0800	[thread overview]
Message-ID: <20240205101400.1480521-9-leitao@debian.org> (raw)
In-Reply-To: <20240205101400.1480521-1-leitao@debian.org>

W=1 builds now warn if module is built without a MODULE_DESCRIPTION().
Add descriptions to the IEEE 802.15.4 socket and 6lowpan modules.

Signed-off-by: Breno Leitao <leitao@debian.org>
---
 net/ieee802154/6lowpan/core.c | 1 +
 net/ieee802154/socket.c       | 1 +
 2 files changed, 2 insertions(+)

diff --git a/net/ieee802154/6lowpan/core.c b/net/ieee802154/6lowpan/core.c
index 2c087b7f17c5..d19bc9314374 100644
--- a/net/ieee802154/6lowpan/core.c
+++ b/net/ieee802154/6lowpan/core.c
@@ -280,5 +280,6 @@ static void __exit lowpan_cleanup_module(void)
 
 module_init(lowpan_init_module);
 module_exit(lowpan_cleanup_module);
+MODULE_DESCRIPTION("IEEE 802.15.4 IPv6 over Low-Power Wireless Personal Area Network module");
 MODULE_LICENSE("GPL");
 MODULE_ALIAS_RTNL_LINK("lowpan");
diff --git a/net/ieee802154/socket.c b/net/ieee802154/socket.c
index 00302e8b9615..a93b592c2f83 100644
--- a/net/ieee802154/socket.c
+++ b/net/ieee802154/socket.c
@@ -1136,5 +1136,6 @@ static void __exit af_ieee802154_remove(void)
 module_init(af_ieee802154_init);
 module_exit(af_ieee802154_remove);
 
+MODULE_DESCRIPTION("IEEE 802.15.4 socket interface");
 MODULE_LICENSE("GPL");
 MODULE_ALIAS_NETPROTO(PF_IEEE802154);
-- 
2.39.3


  parent reply	other threads:[~2024-02-05 10:14 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-05 10:13 [PATCH net 00/10] net: Fix MODULE_DESCRIPTION() for net (p5) Breno Leitao
2024-02-05 10:13 ` [PATCH net 01/10] net: fill in MODULE_DESCRIPTION()s for xfrm Breno Leitao
2024-02-05 10:13 ` [PATCH net 02/10] net: fill in MODULE_DESCRIPTION()s for mpoa Breno Leitao
2024-02-05 10:13 ` [PATCH net 03/10] net: fill in MODULE_DESCRIPTION()s for af_key Breno Leitao
2024-02-05 10:13 ` [PATCH net 04/10] net: fill in MODULE_DESCRIPTION()s for 6LoWPAN Breno Leitao
2024-02-28 15:44   ` patchwork-bot+bluetooth
2024-02-05 10:13 ` [PATCH net 05/10] net: fill in MODULE_DESCRIPTION()s for ipv6 modules Breno Leitao
2024-02-05 10:13 ` [PATCH net 06/10] net: fill in MODULE_DESCRIPTION()s for ipv4 modules Breno Leitao
2024-02-05 10:13 ` [PATCH net 07/10] net: fill in MODULE_DESCRIPTION()s for net/sched Breno Leitao
2024-02-05 10:13 ` Breno Leitao [this message]
2024-02-05 13:41   ` [PATCH net 08/10] net: fill in MODULE_DESCRIPTION()s for ieee802154 Miquel Raynal
2024-02-05 14:13     ` Breno Leitao
2024-02-05 10:13 ` [PATCH net 09/10] net: fill in MODULE_DESCRIPTION()s for ipvtap Breno Leitao
2024-02-05 10:13 ` [PATCH net 10/10] net: fill in MODULE_DESCRIPTION()s for dsa_loop_bdinfo Breno Leitao

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=20240205101400.1480521-9-leitao@debian.org \
    --to=leitao@debian.org \
    --cc=alex.aring@gmail.com \
    --cc=andrew@lunn.ch \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=horms@kernel.org \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-wpan@vger.kernel.org \
    --cc=miquel.raynal@bootlin.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=stefan@datenfreihafen.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.