From 99ecb87c5f808e98096eeddd5d804eeb0cf51d18 Mon Sep 17 00:00:00 2001 From: Jeff Johnson Date: Wed, 17 Dec 2025 10:24:17 -0800 Subject: [PATCH] ath12k-check: Override wifi7/hal_rx.c long lines The "wifi: ath12k: add support for QCC2072" series added some long function names with long parameters in ath12k/wifi7/hal_rx.c. This, in turn, results in long lines reported by checkpatch. Since splitting these makes the code less readable, suppress those new warnings. Signed-off-by: Jeff Johnson --- tools/scripts/ath12k/ath12k-check | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tools/scripts/ath12k/ath12k-check b/tools/scripts/ath12k/ath12k-check index 2bf072f..4088459 100755 --- a/tools/scripts/ath12k/ath12k-check +++ b/tools/scripts/ath12k/ath12k-check @@ -70,6 +70,13 @@ checkpatch_filter = [ ('qmi_wlfw_qdss_trace_config_download_req_msg_v01_ei', 'LONG_LINE'), ('qmi_wlanfw_qdss_trace_config_download_resp_msg_v01_ei', 'LONG_LINE'), + # parameter exceeds 90 columns in a few places + # in .c files the tag lookup is good but it isn't in .h files + ('ath12k_wifi7_hal_reo_flush_timeout_list_status', 'LONG_LINE'), + ('struct hal_reo_flush_timeout_list_status *desc', 'LONG_LINE'), + ('ath12k_wifi7_hal_reo_desc_thresh_reached_status', 'LONG_LINE'), + ('struct hal_reo_desc_thresh_reached_status *desc', 'LONG_LINE'), + # workaround for long lines in # qmi_wlfw_qdss_trace_config_download_req_msg_v01_ei, for some # reason gtags claim they are part of