Home
last modified time | relevance | path

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

12

/Zephyr-latest/scripts/checkpatch/
Dmaintainer-checkpatch.bash12 # usage: maintainer-checkpatch.bash [(-n <num commits>) | (-c <commit>)] [-s]
27 timestamp_bin=${ZEPHYR_BASE}/scripts/checkpatch/timestamp
29 checkpatch_bin=${ZEPHYR_BASE}/scripts/checkpatch.pl
30 checkpatch="${checkpatch_bin} ${checkpatch_switches} --ignore ${ignore_list}"
98 ${checkpatch} $i | grep "total:"
100 ${checkpatch} $i
Dcheck_known_checkpatch_issues.sh10 # crawls the source tree to find out the amount of checkpatch issues
18 do_checkpatch_bin=${ZEPHYR_BASE}/scripts/checkpatch/do_checkpatch.sh
19 timestamp_bin=${ZEPHYR_BASE}/scripts/checkpatch/timestamp
67 checkpatch_results=/tmp/checkpatch.results-${suffix}
80 diff_file=/tmp/checkpatch.results.diff-${suffix}
Ddo_checkpatch.sh16 …${ZEPHYR_BASE}/scripts/checkpatch.pl --mailback --no-tree -f --emacs --summary-file --show-types -…
/Zephyr-latest/scripts/ci/
Dtwister_ignore.txt9 .checkpatch.conf
48 scripts/checkpatch/*
49 scripts/checkpatch.pl
Dcheck_compliance.py201 class CheckPatch(ComplianceTest): class
203 Runs checkpatch and reports found issues
206 name = "Checkpatch"
211 checkpatch = os.path.join(ZEPHYR_BASE, 'scripts', 'checkpatch.pl')
212 if not os.path.exists(checkpatch):
213 self.skip(f'{checkpatch} not found')
219 subprocess.run((checkpatch, '--mailback', '--no-tree', '-'),
1095 already covered by e.g. checkpatch.pl and pylint.
/Zephyr-latest/soc/aspeed/
Daspeed_util.h12 /* gcc.h doesn't define __section but checkpatch.pl will complain for this. so
19 /* to make checkpatch.pl happy */
/Zephyr-latest/scripts/
Dseries-push-hook.sh30 ${ZEPHYR_BASE}/scripts/checkpatch.pl --git $range
Dcheckpatch.pl54 my $configuration_file = ".checkpatch.conf";
62 my $conststructsfile = "$D/const_structs.checkpatch";
118 "<inputfile>.EXPERIMENTAL-checkpatch-fixes"
120 checkpatch style
945 $camelcase_cache = ".checkpatch-camelcase.git.$git_last_include_commit";
955 $camelcase_cache = ".checkpatch-camelcase.date.$last_mod_date";
980 unlink glob ".checkpatch-camelcase.*";
2767 $line =~ /^Subject:.*\b(?:checkpatch|sparse|smatch)\b[^:]/i) {
4369 # and this is form shouldn't/doesn't generate a checkpatch warning.
6888 NOTE: For some of the reported defects, checkpatch may be able to
[all …]
/Zephyr-latest/
D.checkpatch.conf6 --typedefsfile=scripts/checkpatch/typedefsfile
D.gitignore89 Checkpatch.txt
DMAINTAINERS.yml751 - .checkpatch.conf
758 - scripts/checkpatch.pl
759 - scripts/checkpatch/
5441 - .checkpatch.conf
/Zephyr-latest/doc/develop/tools/
Dvscode.rst79 - `Checkpatch Extension`_
111 .. _Checkpatch Extension: https://marketplace.visualstudio.com/items?itemName=idanp.checkpatch
/Zephyr-latest/doc/
DLICENSING.rst19 *scripts/{checkpatch.pl,checkstack.pl,spelling.txt}*
/Zephyr-latest/doc/contribute/
Dguidelines.rst560 The Linux kernel GPL-licensed tool ``checkpatch`` is used to check
564 checkpatch does not currently run on Windows.
566 Checkpatch is available in the scripts directory. To invoke it when committing
574 exec git diff --cached | ${ZEPHYR_BASE}/scripts/checkpatch.pl -
576 Instead of running checkpatch at each commit, you may prefer to run it only
598 If you want to override checkpatch verdict and push you branch despite reported
/Zephyr-latest/doc/project/
Ddev_env_and_tools.rst213 - Run ``checkpatch`` for code style issues (can vote -1 on errors; see note)
225 ``checkpatch`` is a Perl script that uses regular expressions to
Dproject_roles.rst394 * Checkpatch (Coding Style)
/Zephyr-latest/doc/releases/
Drelease-notes-1.10.rst241 * :github:`1580` - checkpatch output in shippable log displays without line breaks
380 * :github:`4135` - checkpatch.pl generates warning messages when run w/ perl-5.26
398 * :github:`4301` - checkpatch.pl false positives block PR merge
Drelease-notes-1.6.rst241 * ``ZEP-959`` - sync checkpatch.pl with upstream Linux
Drelease-notes-1.7.rst422 * ``ZEP-1713`` - xtensa: correct all checkpatch issues
Drelease-notes-2.5.rst1280 * :github:`30426` - Enforce all checkpatch warnings and move to 100 characters per line
1381 * :github:`29960` - Checkpatch compliance errors do not fail CI
Drelease-notes-2.2.rst1172 * :github:`14927` - checkpatch: not expected behavior for multiple git commit check.
/Zephyr-latest/include/zephyr/sys/
Dutil_macro.h351 * silence checkpatch.
357 * The above would cause checkpatch to complain, but:
/Zephyr-latest/modules/nrf_wifi/bus/
Dqspi_if.c698 /* Using MHZ fails checkpatch constant check */ in qspi_fill_init_struct()
/Zephyr-latest/tests/unit/util/
Dmain.c414 * but checkpatch complains, so below equivalent is defined. in ZTEST()
/Zephyr-latest/tests/unit/cbprintf/
Dmain.c52 * without checkpatch complaints, so do something else.

12