aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx/data_tx.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2020-08-06 11:47:01 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-08-18 16:07:18 +0200
commitc9638363f02df48a8b215c6e4b056f7646ba403f (patch)
tree6958e2207bce9f4f983ea3ff4e79c119dcb99927 /drivers/staging/wfx/data_tx.c
parentstaging: rtl8723bs: remove 5 GHz code (diff)
downloadlinux-dev-c9638363f02df48a8b215c6e4b056f7646ba403f.tar.xz
linux-dev-c9638363f02df48a8b215c6e4b056f7646ba403f.zip
staging: wfx: fix a handful of spelling mistakes
There are various spelling mistakes in comments and error messages. Fix these. Signed-off-by: Colin Ian King <colin.king@canonical.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Reviewed-by: Jérôme Pouiller <jerome.pouiller@silabs.com> Link: https://lore.kernel.org/r/20200806104701.46123-1-colin.king@canonical.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wfx/data_tx.c')
-rw-r--r--drivers/staging/wfx/data_tx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/wfx/data_tx.c b/drivers/staging/wfx/data_tx.c
index 3acf4eb0214d..41f9afd41e14 100644
--- a/drivers/staging/wfx/data_tx.c
+++ b/drivers/staging/wfx/data_tx.c
@@ -234,7 +234,7 @@ static void wfx_tx_fixup_rates(struct ieee80211_tx_rate *rates)
int i;
bool finished;
- // Firmware is not able to mix rates with differents flags
+ // Firmware is not able to mix rates with different flags
for (i = 0; i < IEEE80211_TX_MAX_RATES; i++) {
if (rates[0].flags & IEEE80211_TX_RC_SHORT_GI)
rates[i].flags |= IEEE80211_TX_RC_SHORT_GI;