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:
Kalle Valo 2023-09-27 15:22:53 +03:00
parent cc349436fe
commit d0f69db447

View file

@ -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())