/openbmc/u-boot/tools/patman/ |
H A D | checkpatch.py | 24 fname = os.path.join(path, 'checkpatch.pl') 31 'scripts', 'checkpatch.pl') 36 sys.exit('Cannot find checkpatch.pl - please put it in your ' + 39 def CheckPatch(fname, verbose=False): function 40 """Run checkpatch.pl on a file. 54 stdout: Full output of checkpatch 143 '''Run the checkpatch.pl script on each patch''' 148 result = CheckPatch(fname, verbose) 166 str = 'checkpatch.pl found %d error(s), %d warning(s), %d checks(s)'
|
H A D | test.py | 11 import checkpatch 218 """Test checkpatch operation""" 220 result = checkpatch.CheckPatch(inf) 231 result = checkpatch.CheckPatch(inf) 242 result = checkpatch.CheckPatch(inf) 253 result = checkpatch.CheckPatch(inf) 264 result = checkpatch.CheckPatch(inf)
|
H A D | __init__.py | 1 __all__ = ['checkpatch', 'command', 'commit', 'cros_subprocess',
|
H A D | patman | 17 from patman import checkpatch, command, gitutil, patchstream, \ 20 import checkpatch 158 ok = checkpatch.CheckPatches(options.verbose, args)
|
H A D | patman.py | 17 from patman import checkpatch, command, gitutil, patchstream, \ 20 import checkpatch 158 ok = checkpatch.CheckPatches(options.verbose, args)
|
H A D | README | 11 - Runs the patches through checkpatch.pl and its own checks 16 since it uses the checkpatch.pl script. 82 The checkpatch.pl in the U-Boot tools/ subdirectory will be located and 83 used. Failing that you can put it into your path or ~/bin/checkpatch.pl
|
H A D | patchstream.py | 44 # We detect these since checkpatch doesn't always do it
|
H A D | gitutil.py | 13 import checkpatch
|
/openbmc/qemu/.gitlab-ci.d/ |
H A D | check-patch.py | 3 # check-patch.py: run checkpatch.pl across all commits in a branch 49 ret = subprocess.run(["scripts/checkpatch.pl", "--terse", ancestor + "..."]) 52 print(" ❌ FAIL one or more commits failed scripts/checkpatch.pl")
|
/openbmc/qemu/ |
H A D | .b4-config | 10 am-perpatch-check-cmd = scripts/checkpatch.pl -q --terse --no-summary --mailback - 11 prep-perpatch-check-cmd = scripts/checkpatch.pl -q --terse --no-summary --mailback -
|
H A D | .editorconfig | 58 [scripts/{kernel-doc,get_maintainer.pl,checkpatch.pl}]
|
H A D | .patchew.yml | 84 {% if test == "checkpatch" %} 134 checkpatch: 141 ./scripts/checkpatch.pl --mailback base..
|
H A D | MAINTAINERS | 3586 Checkpatch 3588 F: scripts/checkpatch.pl
|
/openbmc/u-boot/ |
H A D | .checkpatch.conf | 4 # Temporary for false positive in checkpatch
|
/openbmc/u-boot/tools/buildman/ |
H A D | buildman | 23 import checkpatch
|
H A D | buildman.py | 23 import checkpatch
|
H A D | func_test.py | 126 It seems that this is no longer needed, since checkpatch.pl will catch
|
/openbmc/u-boot/scripts/coccinelle/free/ |
H A D | ifnullfree.cocci | 3 /// Based on checkpatch warning
|
/openbmc/qemu/docs/devel/ |
H A D | style.rst | 9 Please use the script checkpatch.pl in the scripts directory to check 99 (The checkpatch script will warn at 100 characters, but this is intended 245 consistency of style. The checkpatch script will warn you about this.
|
H A D | submitting-a-patch.rst | 55 You can run run *scripts/checkpatch.pl <patchfile>* before submitting to 57 that ``checkpatch.pl`` is not infallible, though, especially where C 61 - `Automate a checkpatch run on
|
/openbmc/u-boot/board/xilinx/zynq/zynq-zybo-z7/ |
H A D | ps7_init_gpl.c | 18 * and the checkpatch.pl script
|
/openbmc/u-boot/arch/x86/cpu/i386/ |
H A D | interrupt.c | 185 * Ideally these would be defined static to avoid a checkpatch warning, but
|
/openbmc/u-boot/scripts/ |
H A D | checkpatch.pl | 50 my $configuration_file = ".checkpatch.conf"; 58 my $conststructsfile = "$D/const_structs.checkpatch"; 107 "<inputfile>.EXPERIMENTAL-checkpatch-fixes" 109 checkpatch style 861 $camelcase_cache = ".checkpatch-camelcase.git.$git_last_include_commit"; 871 $camelcase_cache = ".checkpatch-camelcase.date.$last_mod_date"; 896 unlink glob ".checkpatch-camelcase.*"; 1038 them to the maintainer, see CHECKPATCH in MAINTAINERS. 2594 $line =~ /^Subject:.*\b(?:checkpatch|sparse|smatch)\b[^:]/i) { 4037 # and this is form shouldn't/doesn't generate a checkpatch warning. [all …]
|
/openbmc/qemu/scripts/ |
H A D | checkpatch.pl | 1354 $file =~ m,checkpatch.pl,) { 1998 next if ($realfile =~ /(checkpatch|get_maintainer)\.pl$/); 3411 print "CHECKPATCH in MAINTAINERS.\n";
|
H A D | get_maintainer.pl | 3 # created from checkpatch.pl
|