]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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)
commit10a6545f0bdcbb920c6a8a033fe342111d204915
treed17fb777ac007526c8aedfc6d8a02a59076a2adb
parentac4c59390a877e02967b1da9ef6bc565150e9e7e
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@networkplumber.org>
Signed-off-by: Breno Leitao <leitao@debian.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/netconsole.c