OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkpatch
(Results
1 - 3
of
3
) sorted by null
/tools/repohooks/tools/
checkpatch.pl-update
25
Helper script to quickly update the bundled
checkpatch
.pl script.
55
# Download
checkpatch
.pl & data for the specified kernel version.
60
# First the main
checkpatch
.pl file.
61
url="${CGIT_URL}/scripts/
checkpatch
.pl?h=v${version}"
62
wget "${url}" -O
checkpatch
.pl
63
chmod a+rx
checkpatch
.pl
checkpatch.pl
46
my $configuration_file = ".
checkpatch
.conf";
89
"<inputfile>.EXPERIMENTAL-
checkpatch
-fixes"
91
checkpatch
style
670
$camelcase_cache = ".
checkpatch
-camelcase.git.$git_last_include_commit";
680
$camelcase_cache = ".
checkpatch
-camelcase.date.$last_mod_date";
705
unlink glob ".
checkpatch
-camelcase.*";
812
them to the maintainer, see
CHECKPATCH
in MAINTAINERS.
[
all
...]
/device/linaro/bootloader/arm-trusted-firmware/
Makefile
79
#
Checkpatch
ignores
193
.PHONY: all msg_start clean realclean distclean cscope locate-
checkpatch
checkcodebase
checkpatch
fiptool fip certtool
333
locate-
checkpatch
:
334
ifndef
CHECKPATCH
335
$(error "Please set
CHECKPATCH
to point to the Linux
checkpatch
.pl file, eg:
CHECKPATCH
=../linux/script/
checkpatch
.pl")
337
ifeq (,$(wildcard ${
CHECKPATCH
}))
[
all
...]
Completed in 254 milliseconds