mirror of
https://github.com/torvalds/linux.git
synced 2024-12-13 06:32:50 +00:00
staging: rtlwifi: Fix "Trafic"->"Traffic"
Trivial fix to spelling mistake in comment text. Signed-off-by: Sabin Mihai Rapan <sabin.rapan@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
ca707dcade
commit
dba1b8ac73
@ -149,7 +149,7 @@ static void phydm_traffic_load_decision(void *dm_void)
|
|||||||
{
|
{
|
||||||
struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void;
|
struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void;
|
||||||
|
|
||||||
/*---TP & Trafic-load calculation---*/
|
/*---TP & Traffic-load calculation---*/
|
||||||
|
|
||||||
if (dm->last_tx_ok_cnt > *dm->num_tx_bytes_unicast)
|
if (dm->last_tx_ok_cnt > *dm->num_tx_bytes_unicast)
|
||||||
dm->last_tx_ok_cnt = *dm->num_tx_bytes_unicast;
|
dm->last_tx_ok_cnt = *dm->num_tx_bytes_unicast;
|
||||||
|
Loading…
Reference in New Issue
Block a user