Commit 394039fe authored by Naoki Hayama's avatar Naoki Hayama Committed by Jakub Kicinski

net: tlan: Fix typo abitrary

Fix comment typo.
s/abitrary/arbitrary/
Signed-off-by: default avatarNaoki Hayama <naoki.hayama@lineo.co.jp>
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 4a65dff8
...@@ -2511,7 +2511,7 @@ static void tlan_phy_power_down(struct net_device *dev) ...@@ -2511,7 +2511,7 @@ static void tlan_phy_power_down(struct net_device *dev)
} }
/* Wait for 50 ms and powerup /* Wait for 50 ms and powerup
* This is abitrary. It is intended to make sure the * This is arbitrary. It is intended to make sure the
* transceiver settles. * transceiver settles.
*/ */
tlan_set_timer(dev, msecs_to_jiffies(50), TLAN_TIMER_PHY_PUP); tlan_set_timer(dev, msecs_to_jiffies(50), TLAN_TIMER_PHY_PUP);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment