aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/korina.c
diff options
context:
space:
mode:
authorRoman Yeryomin <leroi.lists@gmail.com>2017-09-17 20:25:11 +0300
committerDavid S. Miller <davem@davemloft.net>2017-09-18 16:50:06 -0700
commit87736fc6f75f23ae2583ee197a0e85515f246ba6 (patch)
tree872a0545fe3f0f3d570f04856e0d097417d42075 /drivers/net/ethernet/korina.c
parentnet: korina: whitespace cleanup (diff)
downloadlinux-dev-87736fc6f75f23ae2583ee197a0e85515f246ba6.tar.xz
linux-dev-87736fc6f75f23ae2583ee197a0e85515f246ba6.zip
net: korina: update authors
Signed-off-by: Roman Yeryomin <roman@advem.lv> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/korina.c')
-rw-r--r--drivers/net/ethernet/korina.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/ethernet/korina.c b/drivers/net/ethernet/korina.c
index c26f0d84ba6b..d58aa4bfcb58 100644
--- a/drivers/net/ethernet/korina.c
+++ b/drivers/net/ethernet/korina.c
@@ -4,6 +4,7 @@
* Copyright 2004 IDT Inc. (rischelp@idt.com)
* Copyright 2006 Felix Fietkau <nbd@openwrt.org>
* Copyright 2008 Florian Fainelli <florian@openwrt.org>
+ * Copyright 2017 Roman Yeryomin <roman@advem.lv>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
@@ -1150,5 +1151,6 @@ module_platform_driver(korina_driver);
MODULE_AUTHOR("Philip Rischel <rischelp@idt.com>");
MODULE_AUTHOR("Felix Fietkau <nbd@openwrt.org>");
MODULE_AUTHOR("Florian Fainelli <florian@openwrt.org>");
+MODULE_AUTHOR("Roman Yeryomin <roman@advem.lv>");
MODULE_DESCRIPTION("IDT RC32434 (Korina) Ethernet driver");
MODULE_LICENSE("GPL");