mirror of
https://github.com/qca/qca-swiss-army-knife.git
synced 2026-01-27 17:07:18 +01:00
ath12k-check: add location of sparse git repository
Latest sparse is needed for testing the kernel, document where to install it from. Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
This commit is contained in:
parent
cc349436fe
commit
d0f69db447
1 changed files with 4 additions and 0 deletions
|
|
@ -427,6 +427,10 @@ Alternatively if you want manually run checkpatch with the same
|
|||
settings as ath12k-check uses here's the command line:
|
||||
|
||||
$CHECKPATCH_CMDLINE
|
||||
|
||||
Latest version of sparse is needed, install it manually from the git repository:
|
||||
|
||||
https://git.kernel.org/pub/scm/devel/sparse/sparse.git/
|
||||
'''
|
||||
|
||||
checkpatch_cmdline = '%s foo.patch' % ' '.join(get_checkpatch_cmdline())
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue