[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240802080723.1869111-1-leitao@debian.org>
Date: Fri, 2 Aug 2024 01:07:23 -0700
From: Breno Leitao <leitao@...ian.org>
To: "David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>
Cc: mpm@...enic.com,
Stephen Hemminger <stephen@...workplumber.org>,
netdev@...r.kernel.org (open list:NETWORKING DRIVERS),
linux-kernel@...r.kernel.org (open list)
Subject: [PATCH net-next] net: netconsole: Fix MODULE_AUTHOR format
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@...workplumber.org>
Signed-off-by: Breno Leitao <leitao@...ian.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@...enic.com>");
+MODULE_AUTHOR("Matt Mackall <mpm@...enic.com>");
MODULE_DESCRIPTION("Console driver for network interfaces");
MODULE_LICENSE("GPL");
--
2.43.0
Powered by blists - more mailing lists