tools: ath10k-check: enable BLOCK_COMMENT_STYLE checkpatch warning

Since ath10k commit 37ff1b0df37a ("ath10k: clean header files from bad block
comments", going to 4.12) ath10k has been cleaned with all block comment
issues. So now we can enable the checkpatch warning.

Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
This commit is contained in:
Kalle Valo 2017-04-05 11:42:37 +03:00
parent d278f25bc9
commit e23fbd3c96

View file

@ -47,9 +47,6 @@ CHECKPATCH_IGNORE = [ 'MSLEEP',
# 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',