staging: rtl8188eu: fix spelling mistake in comment
authorMichael Straube <straube.linux@gmail.com>
Sun, 30 Sep 2018 19:53:10 +0000 (21:53 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 2 Oct 2018 22:20:41 +0000 (15:20 -0700)
Fix a spelling mistake reported by checkpatch.
Caculate -> Calculate

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/hal/odm_rtl8188e.c

index 9f674bac3b964bac4f9cbd01b4e28f5f8f2d87b6..3fb0ed604e3e1deefbc82eb358cc814d97ad7787 100644 (file)
@@ -272,7 +272,7 @@ static void rtl88eu_dm_hw_ant_div(struct odm_dm_struct *dm_odm)
        for (i = 0; i < ODM_ASSOCIATE_ENTRY_NUM; i++) {
                entry = dm_odm->pODM_StaInfo[i];
                if (IS_STA_VALID(entry)) {
-                       /* 2 Caculate RSSI per Antenna */
+                       /* 2 Calculate RSSI per Antenna */
                        main_rssi = (dm_fat_tbl->MainAnt_Cnt[i] != 0) ?
                                     (dm_fat_tbl->MainAnt_Sum[i]/dm_fat_tbl->MainAnt_Cnt[i]) : 0;
                        aux_rssi = (dm_fat_tbl->AuxAnt_Cnt[i] != 0) ?