mirror of
https://github.com/qca/qca-swiss-army-knife.git
synced 2026-01-27 17:07:18 +01:00
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:
parent
26b0e7fa4d
commit
f4901c2360
1 changed files with 1 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ CHECKPATCH_OPTS = ['--strict', '-q', '--terse', '--no-summary',
|
||||||
'--max-line-length=90', '--show-types']
|
'--max-line-length=90', '--show-types']
|
||||||
|
|
||||||
checkpatch_filter = [
|
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_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_ndp', 'LONG_LINE'),
|
||||||
('ath12k_wifi7_dp_mon_hal_rx_parse_eht_sig_non_ofdma', 'LONG_LINE'),
|
('ath12k_wifi7_dp_mon_hal_rx_parse_eht_sig_non_ofdma', 'LONG_LINE'),
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue