All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [PATCH] iwlwifi: scan: fix semicolon.cocci warnings
Date: Sun, 20 Oct 2019 18:59:09 +0800	[thread overview]
Message-ID: <20191020105909.e55gzu2xqf3hxtqx@4978f4969bb8> (raw)
In-Reply-To: <201910201805.DgiyIYXF%lkp@intel.com>

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

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

drivers/net/wireless/intel/iwlwifi/mvm/scan.c:2265:2-3: Unneeded semicolon


 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Fixes: bc86402a8cc8 ("iwlwifi: scan: make new scan req versioning flow")
CC: Shahar S Matityahu <shahar.s.matityahu@intel.com>
Signed-off-by: kbuild test robot <lkp@intel.com>
---

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next.git pending
head:   19d75c40ca880b839c98ee67cfeb207ca0108d0f
commit: bc86402a8cc889c34ac4102f142f4c299b2dbcc5 [43/52] iwlwifi: scan: make new scan req versioning flow

 scan.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/net/wireless/intel/iwlwifi/mvm/scan.c
+++ b/drivers/net/wireless/intel/iwlwifi/mvm/scan.c
@@ -2262,7 +2262,7 @@ static int iwl_scan_req_umac_get_size(u8
 {
 	switch (scan_ver) {
 		IWL_SCAN_REQ_UMAC_HANDLE_SIZE(11);
-	};
+	}
 
 	return 0;
 }

      reply	other threads:[~2019-10-20 10:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-20 10:59 [iwlwifi-next:pending 43/52] drivers/net/wireless/intel/iwlwifi/mvm/scan.c:2265:2-3: Unneeded semicolon kbuild test robot
2019-10-20 10:59 ` kbuild 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=20191020105909.e55gzu2xqf3hxtqx@4978f4969bb8 \
    --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.