Lines Matching full:checkpatch
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.
6508 NOTE: For some of the reported defects, checkpatch may be able to
6528 $newfile .= ".EXPERIMENTAL-checkpatch-fixes" if (!$fix_inplace);