OSDN Git Service

staging: rtlwifi: Fix "Trafic"->"Traffic"
authorSabin Mihai Rapan <sabin.rapan@gmail.com>
Sat, 2 Jun 2018 09:04:12 +0000 (11:04 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 17 Jun 2018 07:05:14 +0000 (09:05 +0200)
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>
drivers/staging/rtlwifi/phydm/phydm.c

index 985978d..27635fe 100644 (file)
@@ -149,7 +149,7 @@ static void phydm_traffic_load_decision(void *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)
                dm->last_tx_ok_cnt = *dm->num_tx_bytes_unicast;