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:
Kalle Valo 2017-02-07 15:08:51 +02:00
parent ceb26e3416
commit 25d27878f4

View file

@ -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',