From: kernel test robot drivers/net/wireless/mediatek/mt76/mt7915/mac.c:1372:2-3: Unneeded semicolon Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci Fixes: c467f78cf14a ("UPSTREAM: mt76: mt7915: clean up station stats polling and rate control update") CC: Felix Fietkau Reported-by: kernel test robot Signed-off-by: kernel test robot --- tree: https://chromium.googlesource.com/chromiumos/third_party/kernel chromeos-5.4 head: cf824377a1731bf270bcc56684efd12330710b19 commit: c467f78cf14a2fdf7be734b1c409736ac6f42f31 [150/238] UPSTREAM: mt76: mt7915: clean up station stats polling and rate control update mac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/net/wireless/mediatek/mt76/mt7915/mac.c +++ b/drivers/net/wireless/mediatek/mt76/mt7915/mac.c @@ -1369,7 +1369,7 @@ void mt7915_mac_work(struct work_struct if (++phy->sta_work_count == 10) { phy->sta_work_count = 0; mt7915_mac_sta_stats_work(phy); - }; + } mutex_unlock(&mdev->mutex);