* [PATCH net-next] net: netconsole: Fix MODULE_AUTHOR format
@ 2024-08-02 8:07 Breno Leitao
2024-08-05 18:16 ` patchwork-bot+netdevbpf
0 siblings, 1 reply; 2+ messages in thread
From: Breno Leitao @ 2024-08-02 8:07 UTC (permalink / raw)
To: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni
Cc: mpm, Stephen Hemminger, open list:NETWORKING DRIVERS, open list
Update the MODULE_AUTHOR for netconsole, according to the format, as
stated in module.h:
use "Name <email>" or just "Name"
Suggested-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: Breno Leitao <leitao@debian.org>
---
drivers/net/netconsole.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/netconsole.c b/drivers/net/netconsole.c
index 9c09293b5258..ffedf7648bed 100644
--- a/drivers/net/netconsole.c
+++ b/drivers/net/netconsole.c
@@ -38,7 +38,7 @@
#include <linux/etherdevice.h>
#include <linux/utsname.h>
-MODULE_AUTHOR("Maintainer: Matt Mackall <mpm@selenic.com>");
+MODULE_AUTHOR("Matt Mackall <mpm@selenic.com>");
MODULE_DESCRIPTION("Console driver for network interfaces");
MODULE_LICENSE("GPL");
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH net-next] net: netconsole: Fix MODULE_AUTHOR format
2024-08-02 8:07 [PATCH net-next] net: netconsole: Fix MODULE_AUTHOR format Breno Leitao
@ 2024-08-05 18:16 ` patchwork-bot+netdevbpf
0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2024-08-05 18:16 UTC (permalink / raw)
To: Breno Leitao
Cc: davem, edumazet, kuba, pabeni, mpm, stephen, netdev, linux-kernel
Hello:
This patch was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:
On Fri, 2 Aug 2024 01:07:23 -0700 you wrote:
> Update the MODULE_AUTHOR for netconsole, according to the format, as
> stated in module.h:
>
> use "Name <email>" or just "Name"
>
> Suggested-by: Stephen Hemminger <stephen@networkplumber.org>
> Signed-off-by: Breno Leitao <leitao@debian.org>
>
> [...]
Here is the summary with links:
- [net-next] net: netconsole: Fix MODULE_AUTHOR format
https://git.kernel.org/netdev/net-next/c/10a6545f0bdc
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] 2+ messages in thread
end of thread, other threads:[~2024-08-05 18:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-02 8:07 [PATCH net-next] net: netconsole: Fix MODULE_AUTHOR format Breno Leitao
2024-08-05 18:16 ` 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).