* [PATCH net-next] net: arcnet: com20020-isa: add missing MODULE_DESCRIPTION() macro
@ 2024-06-18 16:53 Jeff Johnson
2024-06-19 18:04 ` Simon Horman
2024-06-20 0:30 ` patchwork-bot+netdevbpf
0 siblings, 2 replies; 3+ messages in thread
From: Jeff Johnson @ 2024-06-18 16:53 UTC (permalink / raw)
To: Michael Grzeschik, David S. Miller, Eric Dumazet, Jakub Kicinski,
Paolo Abeni
Cc: netdev, linux-kernel, kernel-janitors, Jeff Johnson
With ARCH=m68k, make allmodconfig && make W=1 C=1 reports:
WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/net/arcnet/com20020-isa.o
Add the missing invocation of the MODULE_DESCRIPTION() macro.
Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
---
drivers/net/arcnet/com20020-isa.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/arcnet/com20020-isa.c b/drivers/net/arcnet/com20020-isa.c
index 293a621e654c..fef2ac2852a8 100644
--- a/drivers/net/arcnet/com20020-isa.c
+++ b/drivers/net/arcnet/com20020-isa.c
@@ -137,6 +137,7 @@ module_param(backplane, int, 0);
module_param(clockp, int, 0);
module_param(clockm, int, 0);
+MODULE_DESCRIPTION("ARCnet COM20020 chipset ISA driver");
MODULE_LICENSE("GPL");
static struct net_device *my_dev;
---
base-commit: 6ba59ff4227927d3a8530fc2973b80e94b54d58f
change-id: 20240618-md-m68k-drivers-net-arcnet-3ef8d7870eb8
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH net-next] net: arcnet: com20020-isa: add missing MODULE_DESCRIPTION() macro
2024-06-18 16:53 [PATCH net-next] net: arcnet: com20020-isa: add missing MODULE_DESCRIPTION() macro Jeff Johnson
@ 2024-06-19 18:04 ` Simon Horman
2024-06-20 0:30 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2024-06-19 18:04 UTC (permalink / raw)
To: Jeff Johnson
Cc: Michael Grzeschik, David S. Miller, Eric Dumazet, Jakub Kicinski,
Paolo Abeni, netdev, linux-kernel, kernel-janitors
On Tue, Jun 18, 2024 at 09:53:44AM -0700, Jeff Johnson wrote:
> With ARCH=m68k, make allmodconfig && make W=1 C=1 reports:
> WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/net/arcnet/com20020-isa.o
>
> Add the missing invocation of the MODULE_DESCRIPTION() macro.
>
> Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Reviewed-by: Simon Horman <horms@kernel.org>
nit: I notice a number of similar patches for net-next.
Please consider bundling similar patches for net-next
in a patch-set in future.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH net-next] net: arcnet: com20020-isa: add missing MODULE_DESCRIPTION() macro
2024-06-18 16:53 [PATCH net-next] net: arcnet: com20020-isa: add missing MODULE_DESCRIPTION() macro Jeff Johnson
2024-06-19 18:04 ` Simon Horman
@ 2024-06-20 0:30 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2024-06-20 0:30 UTC (permalink / raw)
To: Jeff Johnson
Cc: m.grzeschik, davem, edumazet, kuba, pabeni, netdev, linux-kernel,
kernel-janitors
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Tue, 18 Jun 2024 09:53:44 -0700 you wrote:
> With ARCH=m68k, make allmodconfig && make W=1 C=1 reports:
> WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/net/arcnet/com20020-isa.o
>
> Add the missing invocation of the MODULE_DESCRIPTION() macro.
>
> Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
>
> [...]
Here is the summary with links:
- [net-next] net: arcnet: com20020-isa: add missing MODULE_DESCRIPTION() macro
https://git.kernel.org/netdev/net-next/c/e6fed01554fa
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-06-20 0:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-18 16:53 [PATCH net-next] net: arcnet: com20020-isa: add missing MODULE_DESCRIPTION() macro Jeff Johnson
2024-06-19 18:04 ` Simon Horman
2024-06-20 0:30 ` patchwork-bot+netdevbpf
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).