From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============6884890948088085977==" MIME-Version: 1.0 From: kernel test robot To: kbuild-all@lists.01.org Subject: [PATCH] UPSTREAM: mt76: mt7915: fix semicolon.cocci warnings Date: Sat, 17 Apr 2021 04:25:52 +0800 Message-ID: <20210416202552.GA24684@db4063b744a5> In-Reply-To: <202104170419.h12xyT3L-lkp@intel.com> List-Id: --===============6884890948088085977== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable 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 pollin= g 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 chr= omeos-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 =3D=3D 10) { phy->sta_work_count =3D 0; mt7915_mac_sta_stats_work(phy); - }; + } = mutex_unlock(&mdev->mutex); =20 --===============6884890948088085977==--