]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
wifi: ath12k: fix indentation in ath12k_qmi_aux_uc_load()
authorBaochen Qiang <baochen.qiang@oss.qualcomm.com>
Mon, 9 Feb 2026 02:52:19 +0000 (10:52 +0800)
committerJeff Johnson <jeff.johnson@oss.qualcomm.com>
Thu, 26 Feb 2026 21:25:38 +0000 (13:25 -0800)
Smatch complains:

drivers/net/wireless/ath/ath12k/qmi.c:3342 ath12k_qmi_aux_uc_load() warn: inconsistent indenting

Fix it.

Compile tested only.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202602061221.5SCuwKhy-lkp@intel.com/
Signed-off-by: Baochen Qiang <baochen.qiang@oss.qualcomm.com>
Link: https://patch.msgid.link/20260209-ath12k-fix-indention-v1-1-6b87ae99745e@oss.qualcomm.com
Signed-off-by: Jeff Johnson <jeff.johnson@oss.qualcomm.com>
drivers/net/wireless/ath/ath12k/qmi.c

index cfde4147c8fc9f561cd68c28547d8b4a9e29e6f8..41f53d34d33eefc6e3fcff7af337486c0f631904 100644 (file)
@@ -3339,7 +3339,7 @@ static int ath12k_qmi_aux_uc_load(struct ath12k_base *ab)
                goto out;
        }
 
-        aux_uc_mem->total_size = aux_uc_len;
+       aux_uc_mem->total_size = aux_uc_len;
 
 copy:
        memcpy(aux_uc_mem->vaddr, aux_uc_data, aux_uc_len);