Skip to content
Snippets Groups Projects
Commit 394039fe authored by Naoki Hayama's avatar Naoki Hayama Committed by Jakub Kicinski
Browse files

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
No related branches found
No related tags found
No related merge requests found
......@@ -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 arbitrary. It is intended to make sure the
* transceiver settles.
*/
tlan_set_timer(dev, msecs_to_jiffies(50), TLAN_TIMER_PHY_PUP);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment