diff mbox

sni_82596: Add Thomas' email address to driver.

Message ID 20170826131507.GA15074@linux-mips.org
State Changes Requested, archived
Delegated to: David Miller
Headers show

Commit Message

Ralf Baechle Aug. 26, 2017, 1:15 p.m. UTC
---
Reviewing Christoph's DMA patch I noticed Thomas' email address was missing
from the entire driver file.

 drivers/net/ethernet/i825xx/sni_82596.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

David Miller Aug. 28, 2017, 10:51 p.m. UTC | #1
I need this reposted with a proper commit message and a signoff before
I can apply this, thanks.
diff mbox

Patch

diff --git a/drivers/net/ethernet/i825xx/sni_82596.c b/drivers/net/ethernet/i825xx/sni_82596.c
index 2af7f77345fb..38e0e16c9bfb 100644
--- a/drivers/net/ethernet/i825xx/sni_82596.c
+++ b/drivers/net/ethernet/i825xx/sni_82596.c
@@ -39,7 +39,7 @@  static const char sni_82596_string[] = "snirm_82596";
 
 #include "lib82596.c"
 
-MODULE_AUTHOR("Thomas Bogendoerfer");
+MODULE_AUTHOR("Thomas Bogendoerfer <tsbogend@alpha.franken.de>");
 MODULE_DESCRIPTION("i82596 driver");
 MODULE_LICENSE("GPL");
 MODULE_ALIAS("platform:snirm_82596");