Skip to content

Commit eb3a261

Browse files
committed
wifi: ath12k: remove unneeded semicolon in ath12k_mac_parse_tx_pwr_env()
JIRA: https://issues.redhat.com/browse/RHEL-114889 commit 8ac2a38 Author: Baochen Qiang <baochen.qiang@oss.qualcomm.com> Date: Tue Jul 15 10:07:35 2025 +0800 wifi: ath12k: remove unneeded semicolon in ath12k_mac_parse_tx_pwr_env() 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> Signed-off-by: Jose Ignacio Tornos Martinez <jtornosm@redhat.com>
1 parent 100a995 commit eb3a261

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/wireless/ath/ath12k

1 file changed

+1
-1
lines changed

drivers/net/wireless/ath/ath12k/mac.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11427,7 +11427,7 @@ static void ath12k_mac_parse_tx_pwr_env(struct ath12k *ar,
1142711427
"no transmit power envelope match client power type %d\n",
1142811428
client_type);
1142911429
return;
11430-
};
11430+
}
1143111431

1143211432
if (psd_valid) {
1143311433
tpc_info->is_psd_power = true;

0 commit comments

Comments
 (0)