OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CHECKPATCH
(Results
1 - 2
of
2
) sorted by null
/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
...]
/tools/repohooks/tools/
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
...]
Completed in 56 milliseconds