Skip to content

Commit

Permalink
mt76: mt7921: remove unneeded semicolon
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jiapeng Chong authored and nbd168 committed Mar 14, 2021
1 parent 84229a5 commit 10a95da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mt7921/mac.c
Expand Up @@ -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);

Expand Down

0 comments on commit 10a95da

Please sign in to comment.