summaryrefslogtreecommitdiff
path: root/drivers/net/phy/swphy.c
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@armlinux.org.uk>2020-05-26 12:47:07 +0100
committerRussell King <rmk+kernel@armlinux.org.uk>2020-05-26 12:47:07 +0100
commit03c7f5f0b844e9f652e87daf5c51bb93ccf75296 (patch)
tree140ab988587f2909b890b30c689669aa2a4ad82d /drivers/net/phy/swphy.c
parent3866f217aaa81bf7165c7f27362eee5d7919c496 (diff)
parentfb597f2a393294f3d3012ecb314f43b60fa48359 (diff)
Merge branches 'fixes' and 'misc' into for-next
Diffstat (limited to 'drivers/net/phy/swphy.c')
-rw-r--r--drivers/net/phy/swphy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/swphy.c b/drivers/net/phy/swphy.c
index 53c214a22b95..59f1ba4d49bc 100644
--- a/drivers/net/phy/swphy.c
+++ b/drivers/net/phy/swphy.c
@@ -2,7 +2,7 @@
/*
* Software PHY emulation
*
- * Code taken from fixed_phy.c by Russell King <rmk+kernel@arm.linux.org.uk>
+ * Code taken from fixed_phy.c by Russell King.
*
* Author: Vitaly Bordug <vbordug@ru.mvista.com>
* Anton Vorontsov <avorontsov@ru.mvista.com>