All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [PATCH] UPSTREAM: mt76: mt7915: fix semicolon.cocci warnings
Date: Sat, 17 Apr 2021 04:25:52 +0800	[thread overview]
Message-ID: <20210416202552.GA24684@db4063b744a5> (raw)
In-Reply-To: <202104170419.h12xyT3L-lkp@intel.com>

[-- Attachment #1: Type: text/plain, Size: 1123 bytes --]

From: kernel test robot <lkp@intel.com>

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 <nbd@nbd.name>
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---

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);
 

      reply	other threads:[~2021-04-16 20:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-16 20:25 [chrome-os:chromeos-5.4 150/238] drivers/net/wireless/mediatek/mt76/mt7915/mac.c:1372:2-3: Unneeded semicolon kernel test robot
2021-04-16 20:25 ` kernel test robot [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210416202552.GA24684@db4063b744a5 \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.