]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
cw1200: txrx: convert comma to semicolon
authorZheng Yongjun <zhengyongjun3@huawei.com>
Wed, 9 Dec 2020 13:55:50 +0000 (21:55 +0800)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 10 Dec 2020 18:49:14 +0000 (20:49 +0200)
Replace a comma between expression statements by a semicolon.

Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20201209135550.2004-1-zhengyongjun3@huawei.com
drivers/net/wireless/st/cw1200/txrx.c

index 400dd585916b5c0ab3037d4ecfeb2ce890a71b7c..7de666b90ff501d444bbcf9e99fc889fdeec98f7 100644 (file)
@@ -650,7 +650,7 @@ cw1200_tx_h_rate_policy(struct cw1200_common *priv,
        wsm->flags |= t->txpriv.rate_id << 4;
 
        t->rate = cw1200_get_tx_rate(priv,
-               &t->tx_info->control.rates[0]),
+               &t->tx_info->control.rates[0]);
        wsm->max_tx_rate = t->rate->hw_value;
        if (t->rate->flags & IEEE80211_TX_RC_MCS) {
                if (cw1200_ht_greenfield(&priv->ht_info))