Home
last modified time | relevance | path

Searched full:checkpatch (Results 1 – 25 of 27) sorted by relevance

12

/openbmc/u-boot/tools/patman/
H A Dcheckpatch.py24 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 Dtest.py11 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__.py1 __all__ = ['checkpatch', 'command', 'commit', 'cros_subprocess',
H A Dpatman17 from patman import checkpatch, command, gitutil, patchstream, \
20 import checkpatch
158 ok = checkpatch.CheckPatches(options.verbose, args)
H A Dpatman.py17 from patman import checkpatch, command, gitutil, patchstream, \
20 import checkpatch
158 ok = checkpatch.CheckPatches(options.verbose, args)
H A DREADME11 - 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 Dpatchstream.py44 # We detect these since checkpatch doesn't always do it
H A Dgitutil.py13 import checkpatch
/openbmc/qemu/.gitlab-ci.d/
H A Dcheck-patch.py3 # 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-config10 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.editorconfig58 [scripts/{kernel-doc,get_maintainer.pl,checkpatch.pl}]
H A D.patchew.yml84 {% if test == "checkpatch" %}
134 checkpatch:
141 ./scripts/checkpatch.pl --mailback base..
H A DMAINTAINERS3586 Checkpatch
3588 F: scripts/checkpatch.pl
/openbmc/u-boot/
H A D.checkpatch.conf4 # Temporary for false positive in checkpatch
/openbmc/u-boot/tools/buildman/
H A Dbuildman23 import checkpatch
H A Dbuildman.py23 import checkpatch
H A Dfunc_test.py126 It seems that this is no longer needed, since checkpatch.pl will catch
/openbmc/u-boot/scripts/coccinelle/free/
H A Difnullfree.cocci3 /// Based on checkpatch warning
/openbmc/qemu/docs/devel/
H A Dstyle.rst9 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 Dsubmitting-a-patch.rst55 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 Dps7_init_gpl.c18 * and the checkpatch.pl script
/openbmc/u-boot/arch/x86/cpu/i386/
H A Dinterrupt.c185 * Ideally these would be defined static to avoid a checkpatch warning, but
/openbmc/u-boot/scripts/
H A Dcheckpatch.pl50 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 Dcheckpatch.pl1354 $file =~ m,checkpatch.pl,) {
1998 next if ($realfile =~ /(checkpatch|get_maintainer)\.pl$/);
3411 print "CHECKPATCH in MAINTAINERS.\n";
H A Dget_maintainer.pl3 # created from checkpatch.pl

12