net: netconsole: Fix MODULE_AUTHOR format
authorBreno Leitao <leitao@debian.org>
Fri, 2 Aug 2024 08:07:23 +0000 (01:07 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 5 Aug 2024 12:48:48 +0000 (13:48 +0100)
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>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/netconsole.c

index 9c09293..ffedf76 100644 (file)
@@ -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");