mirror of
https://github.com/qca/qca-swiss-army-knife.git
synced 2025-12-10 07:44:42 +01:00
Compare commits
4 commits
0a5486f18a
...
ecb92a0c6f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ecb92a0c6f | ||
|
|
a87e8e4971 | ||
|
|
e81a60303e | ||
|
|
0ff2f11365 |
3 changed files with 7 additions and 5 deletions
|
|
@ -31,7 +31,7 @@ import string
|
|||
import hashlib
|
||||
import distutils.spawn
|
||||
|
||||
CHECKPATCH_COMMIT = '362173572a4018e9c8e39c616823189c41d39d41'
|
||||
CHECKPATCH_COMMIT = '99b70ece33d87500ef7bee8e32cb99772c45ce14'
|
||||
|
||||
GIT_URL = 'https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/plain/scripts/checkpatch.pl?id=%s'
|
||||
|
||||
|
|
@ -86,6 +86,7 @@ checkpatch_filter = [
|
|||
('wmi_tlv_policy', 'SPACING'),
|
||||
('ath10k_core_register_work', 'RETURN_VOID'),
|
||||
('ATH10K_HW_RATE_CCK_.*', 'LONG_LINE'),
|
||||
('ATH10K_DFS_STAT_INC', 'MACRO_ARG_UNUSED'),
|
||||
|
||||
# checkpatch doesn't like uninitialized_var()
|
||||
('ath10k_init_hw_params', 'FUNCTION_ARGUMENTS'),
|
||||
|
|
|
|||
|
|
@ -31,8 +31,8 @@ import string
|
|||
import hashlib
|
||||
import shutil
|
||||
|
||||
CHECKPATCH_COMMIT = '296455ade1fdcf5f8f8c033201633b60946c589a'
|
||||
CHECKPATCH_MD5SUM = '77c655474ed7622c0077caf2f0d7c440'
|
||||
CHECKPATCH_COMMIT = '99b70ece33d87500ef7bee8e32cb99772c45ce14'
|
||||
CHECKPATCH_MD5SUM = 'b3c97930952745672f3408dabc244843'
|
||||
|
||||
GIT_URL = 'https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/plain/scripts/checkpatch.pl?id=%s'
|
||||
|
||||
|
|
@ -90,6 +90,7 @@ CHECKPATCH_OPTS = ['--strict', '-q', '--terse', '--no-summary',
|
|||
checkpatch_filter = [
|
||||
('ath11k_read_simulate_fw_crash', 'LONG_LINE'),
|
||||
('qmi_wlanfw_respond_mem_req_msg_v01', 'LONG_LINE'),
|
||||
('DEFINE_EVENT', 'MACRO_ARG_UNUSED'),
|
||||
]
|
||||
|
||||
sparse_filter = [r'warning: dubious: x & !y']
|
||||
|
|
|
|||
|
|
@ -31,8 +31,8 @@ import string
|
|||
import hashlib
|
||||
import shutil
|
||||
|
||||
CHECKPATCH_COMMIT = '296455ade1fdcf5f8f8c033201633b60946c589a'
|
||||
CHECKPATCH_MD5SUM = '77c655474ed7622c0077caf2f0d7c440'
|
||||
CHECKPATCH_COMMIT = '99b70ece33d87500ef7bee8e32cb99772c45ce14'
|
||||
CHECKPATCH_MD5SUM = 'b3c97930952745672f3408dabc244843'
|
||||
|
||||
GIT_URL = 'https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/plain/scripts/checkpatch.pl?id=%s'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue