(adding back the lists, please don't top post and trim your quotes) Sebastian Gottschall <s.gottschall@xxxxxxxxxx> writes: > okay. ath10k-check is buggy and doesnt work. so it doesnt help much > with code styles > > root@seg-desktop:/xfs/ath10k/ath.gpio# ./ath10k-check > global: 'drivers/net/wireless/ath/ath10k/Kconfig' is not a source file. > Traceback (most recent call last): > File "./ath10k-check", line 461, in <module> > main() > File "./ath10k-check", line 455, in main > ret = run_checkpatch(args) > File "./ath10k-check", line 275, in run_checkpatch > output = subprocess.check_output(cmd, shell=True) > File "/usr/lib/python2.7/subprocess.py", line 219, in check_output > raise CalledProcessError(retcode, cmd, output=output) > subprocess.CalledProcessError: Command 'global -f > drivers/net/wireless/ath/ath10k/Kconfig' returned non-zero exit status 1 You are missing gtags, see 'ath10k-check --help' for how to install: Requirements (all available in $PATH): * gcc * sparse * checkpatch.pl * gtags (from package global) -- Kalle Valo