mirror of
https://github.com/qca/qca-swiss-army-knife.git
synced 2026-01-27 17:07:18 +01:00
tools: ath10k-check: document more ignored checkpatch warnings
I should clean up that at some point and try to reduce it. Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
This commit is contained in:
parent
ceb26e3416
commit
25d27878f4
1 changed files with 5 additions and 0 deletions
|
|
@ -43,8 +43,13 @@ IGNORE_FILES = [ 'trace.h' ]
|
|||
CHECKPATCH_IGNORE = [ 'MSLEEP',
|
||||
'USLEEP_RANGE',
|
||||
'PRINTK_WITHOUT_KERN_LEVEL',
|
||||
|
||||
# ath10k does not follow networking comment style
|
||||
'NETWORKING_BLOCK_COMMENT_STYLE',
|
||||
|
||||
# TODO: valid warnings, should be enabled
|
||||
'BLOCK_COMMENT_STYLE',
|
||||
|
||||
'LINUX_VERSION_CODE',
|
||||
'COMPLEX_MACRO',
|
||||
'PREFER_DEV_LEVEL',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue