ath12k-check: fix long line comment check for copyright

Fix the check for long line copyright comments.

Signed-off-by: Jeff Johnson <jeff.johnson@oss.qualcomm.com>
This commit is contained in:
Jeff Johnson 2025-01-21 10:27:18 -08:00
parent 4883953301
commit 8adc4981da

View file

@ -67,7 +67,7 @@ checkpatch_filter = [
# allow long line copyrights
# note gtags returns None so search for the literal string
('Copyright \(c\)', 'LONG_LINE'),
('Copyright (c)', 'LONG_LINE_COMMENT'),
# trace.h has warnings which don't make sense to fix
('TRACE_SYSTEM', 'OPEN_ENDED_LINE'),