Skip to content

Commit 10a6545

Browse files
leitaodavem330
authored andcommitted
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 <[email protected]> Signed-off-by: Breno Leitao <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent ac4c593 commit 10a6545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/netconsole.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
#include <linux/etherdevice.h>
3939
#include <linux/utsname.h>
4040

41-
MODULE_AUTHOR("Maintainer: Matt Mackall <[email protected]>");
41+
MODULE_AUTHOR("Matt Mackall <[email protected]>");
4242
MODULE_DESCRIPTION("Console driver for network interfaces");
4343
MODULE_LICENSE("GPL");
4444

0 commit comments

Comments
 (0)