ath12k-check: print python version in --version

Screenshot:

$ ath12k-check --version
ath12k-check (md5sum 5da1780d8e06bb2db43abce01dda1ca8)

python:		3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0]
gcc:		gcc (Debian 12.2.0-14) 12.2.0
sparse:		v0.6.4-39-gce1a6720f69e
checkpatch.pl:	Version: 0.32 (md5sum 47ef327d772c156e53a36597723fc781)
gtags:		gtags (Global) 6.6.9

Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
This commit is contained in:
Kalle Valo 2023-09-27 09:58:29 +03:00
parent 2bd53768fa
commit d5ebee489e

View File

@ -381,6 +381,7 @@ def show_version(args):
print('ath12k-check (md5sum %s)' % (ath12kcheck_md5sum))
print()
print('python:\t\t%s' % (sys.version))
print('gcc:\t\t%s' % (gcc_version))
print('sparse:\t\t%s' % (sparse_version))
print('checkpatch.pl:\t%s (md5sum %s)' % (checkpatch_version, checkpatch_md5sum))