projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a65dff
)
net: tlan: Fix typo abitrary
author
Naoki Hayama
<naoki.hayama@lineo.co.jp>
Thu, 8 Oct 2020 08:47:31 +0000
(17:47 +0900)
committer
Jakub Kicinski
<kuba@kernel.org>
Fri, 9 Oct 2020 23:30:03 +0000
(16:30 -0700)
Fix comment typo.
s/abitrary/arbitrary/
Signed-off-by: Naoki Hayama <naoki.hayama@lineo.co.jp>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/ti/tlan.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/ti/tlan.c
b/drivers/net/ethernet/ti/tlan.c
index
76a342e
..
e922258
100644
(file)
--- a/
drivers/net/ethernet/ti/tlan.c
+++ b/
drivers/net/ethernet/ti/tlan.c
@@
-2511,7
+2511,7
@@
static void tlan_phy_power_down(struct net_device *dev)
}
/* Wait for 50 ms and powerup
- * This is abitrary. It is intended to make sure the
+ * This is a
r
bitrary. It is intended to make sure the
* transceiver settles.
*/
tlan_set_timer(dev, msecs_to_jiffies(50), TLAN_TIMER_PHY_PUP);