All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next] net: fill in MODULE_DESCRIPTION() for AF_PACKET
@ 2024-01-04 14:41 Jakub Kicinski
  2024-01-04 14:54 ` Willem de Bruijn
  2024-01-05 16:10 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Jakub Kicinski @ 2024-01-04 14:41 UTC (permalink / raw)
  To: davem; +Cc: netdev, edumazet, pabeni, Jakub Kicinski, willemdebruijn.kernel

W=1 builds now warn if module is built without a MODULE_DESCRIPTION().
Add description to net/packet/af_packet.c

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
---
CC: willemdebruijn.kernel@gmail.com
---
 net/packet/af_packet.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net/packet/af_packet.c b/net/packet/af_packet.c
index 5f1757a32842..c9bbc2686690 100644
--- a/net/packet/af_packet.c
+++ b/net/packet/af_packet.c
@@ -4781,5 +4781,6 @@ static int __init packet_init(void)
 
 module_init(packet_init);
 module_exit(packet_exit);
+MODULE_DESCRIPTION("Packet socket support (AF_PACKET)");
 MODULE_LICENSE("GPL");
 MODULE_ALIAS_NETPROTO(PF_PACKET);
-- 
2.43.0


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

* Re: [PATCH net-next] net: fill in MODULE_DESCRIPTION() for AF_PACKET
  2024-01-04 14:41 [PATCH net-next] net: fill in MODULE_DESCRIPTION() for AF_PACKET Jakub Kicinski
@ 2024-01-04 14:54 ` Willem de Bruijn
  2024-01-05 16:10 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Willem de Bruijn @ 2024-01-04 14:54 UTC (permalink / raw)
  To: Jakub Kicinski, davem
  Cc: netdev, edumazet, pabeni, Jakub Kicinski, willemdebruijn.kernel

Jakub Kicinski wrote:
> W=1 builds now warn if module is built without a MODULE_DESCRIPTION().
> Add description to net/packet/af_packet.c
> 
> Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Acked-by: Willem de Bruijn <willemb@google.com>

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

* Re: [PATCH net-next] net: fill in MODULE_DESCRIPTION() for AF_PACKET
  2024-01-04 14:41 [PATCH net-next] net: fill in MODULE_DESCRIPTION() for AF_PACKET Jakub Kicinski
  2024-01-04 14:54 ` Willem de Bruijn
@ 2024-01-05 16:10 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2024-01-05 16:10 UTC (permalink / raw)
  To: Jakub Kicinski; +Cc: davem, netdev, edumazet, pabeni, willemdebruijn.kernel

Hello:

This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Thu,  4 Jan 2024 06:41:19 -0800 you wrote:
> W=1 builds now warn if module is built without a MODULE_DESCRIPTION().
> Add description to net/packet/af_packet.c
> 
> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
> ---
> CC: willemdebruijn.kernel@gmail.com
> 
> [...]

Here is the summary with links:
  - [net-next] net: fill in MODULE_DESCRIPTION() for AF_PACKET
    https://git.kernel.org/netdev/net-next/c/b8549d85983c

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2024-01-05 16:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-04 14:41 [PATCH net-next] net: fill in MODULE_DESCRIPTION() for AF_PACKET Jakub Kicinski
2024-01-04 14:54 ` Willem de Bruijn
2024-01-05 16:10 ` patchwork-bot+netdevbpf

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.