mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-01 00:02:19 -04:00
net: tlan: Fix typo abitrary
Fix comment typo. s/abitrary/arbitrary/ Signed-off-by: Naoki Hayama <naoki.hayama@lineo.co.jp> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
committed by
Jakub Kicinski
parent
4a65dff81a
commit
394039fe2c
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user