ath12k-check: ignore ath12k_ce_free_pipes() long lines

Kernel commit bb97131fbf9b ("wifi: ath12k: fix dma_free_coherent()
pointer") incresed the length of three lines in ath12k_ce_free_pipes()
beyond the current limit. The code is fine, so ignore the warning.

Signed-off-by: Jeff Johnson <jeff.johnson@oss.qualcomm.com>
This commit is contained in:
Jeff Johnson 2026-01-09 10:07:20 -08:00
parent 26b0e7fa4d
commit f4901c2360

View file

@ -54,6 +54,7 @@ CHECKPATCH_OPTS = ['--strict', '-q', '--terse', '--no-summary',
'--max-line-length=90', '--show-types']
checkpatch_filter = [
('ath12k_ce_free_pipes', 'LONG_LINE'),
('ath12k_wifi7_dp_mon_hal_rx_parse_eht_non_mumimo_user', 'LONG_LINE'),
('ath12k_wifi7_dp_mon_hal_rx_parse_eht_sig_ndp', 'LONG_LINE'),
('ath12k_wifi7_dp_mon_hal_rx_parse_eht_sig_non_ofdma', 'LONG_LINE'),