mt76: mt7921: remove unneeded semicolon
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Mon, 22 Feb 2021 09:03:31 +0000 (17:03 +0800)
committerFelix Fietkau <nbd@nbd.name>
Sun, 11 Apr 2021 22:01:21 +0000 (00:01 +0200)
Fix the following coccicheck warnings:

./drivers/net/wireless/mediatek/mt76/mt7921/mac.c:1402:2-3: Unneeded
semicolon.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
drivers/net/wireless/mediatek/mt76/mt7921/mac.c

index 76d5f19..7faecac 100644 (file)
@@ -1400,7 +1400,7 @@ void mt7921_mac_work(struct work_struct *work)
        if (++phy->sta_work_count == 10) {
                phy->sta_work_count = 0;
                mt7921_mac_sta_stats_work(phy);
-       };
+       }
 
        mt7921_mutex_release(phy->dev);