mirror of
https://github.com/qca/qca-swiss-army-knife.git
synced 2025-12-10 07:44:42 +01:00
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:
parent
4883953301
commit
8adc4981da
1 changed files with 1 additions and 1 deletions
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue