From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============2657727790516928481==" MIME-Version: 1.0 From: kernel test robot To: kbuild-all@lists.01.org Subject: [PATCH] iwlwifi: fix semicolon.cocci warnings Date: Thu, 24 Jun 2021 03:49:04 +0800 Message-ID: <20210623194904.GA17519@d23cccb29aaa> In-Reply-To: <20210623141033.27475-2-emmanuel.grumbach@intel.com> List-Id: --===============2657727790516928481== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: kernel test robot drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c:3131:2-3: Unneeded semico= lon Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci CC: Emmanuel Grumbach Reported-by: kernel test robot Signed-off-by: kernel test robot --- url: https://github.com/0day-ci/linux/commits/Emmanuel-Grumbach/iwlwifi-= mei-add-the-driver-to-allow-cooperation-with-CSME/20210623-221301 base: https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-driv= ers-next.git master :::::: branch date: 6 hours ago :::::: commit date: 6 hours ago mac80211.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c +++ b/drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c @@ -3128,7 +3128,7 @@ static void iwl_mvm_mei_host_associated( default: /* cipher not supported, don't send anything to iwlmei */ return; - }; + } = switch (mvmvif->rekey_data.akm) { case WLAN_AKM_SUITE_SAE & 0xff: --===============2657727790516928481==--