mirror of
https://github.com/qca/qca-swiss-army-knife.git
synced 2026-01-27 17:07:18 +01:00
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 <jeff.johnson@oss.qualcomm.com>
This commit is contained in:
parent
6e3ee2446a
commit
99ecb87c5f
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue