]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
wifi: ath12k: remove unneeded semicolon in ath12k_mac_parse_tx_pwr_env()
authorBaochen Qiang <baochen.qiang@oss.qualcomm.com>
Tue, 15 Jul 2025 02:07:35 +0000 (10:07 +0800)
committerJeff Johnson <jeff.johnson@oss.qualcomm.com>
Tue, 15 Jul 2025 16:17:15 +0000 (09:17 -0700)
Kernel bot warns about this unneeded semicolon:

drivers/net/wireless/ath/ath12k/mac.c:9785:2-3: Unneeded semicolon

Remove it.

Tested-on: WCN7850 hw2.0 PCI WLAN.HMT.1.1.c5-00284.1-QCAHMTSWPL_V1.0_V2.0_SILICONZ-3

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202507132355.ljWuxxjd-lkp@intel.com/
Signed-off-by: Baochen Qiang <baochen.qiang@oss.qualcomm.com>
Link: https://patch.msgid.link/20250715-ath12k-unneed-semicolon-v1-1-9972fd4cef07@oss.qualcomm.com
Signed-off-by: Jeff Johnson <jeff.johnson@oss.qualcomm.com>
drivers/net/wireless/ath/ath12k/mac.c

index 8d6f0869f2d5db80fcedae47d8f1c4156e6c1d6f..bf612079b8bdae18a043913dbfe1ff7cbd9eaa34 100644 (file)
@@ -11427,7 +11427,7 @@ static void ath12k_mac_parse_tx_pwr_env(struct ath12k *ar,
                            "no transmit power envelope match client power type %d\n",
                            client_type);
                return;
-       };
+       }
 
        if (psd_valid) {
                tpc_info->is_psd_power = true;