Lines Matching refs:realfile

2311 	my $realfile = '';
2496 $realfile = $1;
2497 $realfile =~ s@^([^/]*)/@@ if (!$file);
2501 $realfile = $1;
2502 $realfile =~ s@^([^/]*)/@@ if (!$file);
2512 if ($realfile =~ m@^include/asm/@) {
2521 $prefix = "$realfile:$realline: "
2531 if (is_maintained_obsolete($realfile)) {
2533 …"$realfile is marked as 'obsolete' in the MAINTAINERS hierarchy. No unnecessary modifications ple…
2535 if ($realfile =~ m@^(?:drivers/net/|net/|drivers/staging/)@) {
2542 if ($realfile !~ /^MAINTAINERS/) {
2545 $is_binding_patch = () = $realfile =~ m@^(?:Documentation/devicetree/|include/dt-bindings/)@;
2557 $here .= "FILE: $realfile:$realline:" if ($realcnt != 0);
2590 my $permhere = $here . "FILE: $realfile\n";
2591 if ($realfile !~ m@scripts/@ &&
2592 $realfile !~ /\.(py|pl|awk|sh)$/) {
2837 if (($realfile =~ /^$/ || $line =~ /^\+/) &&
2851 if ($in_header_lines && $realfile =~ /^$/ &&
2867 if ($in_commit_log && $non_utf8_charset && $realfile =~ /^$/ &&
2953 if ($realfile =~ /Kconfig/ &&
3006 if ($realfile =~ /^MAINTAINERS$/ &&
3017 if ($realfile =~ /Kconfig/ &&
3023 if (($realfile =~ /Makefile.*/ || $realfile =~ /Kbuild.*/) &&
3039 (($realfile =~ /\.dtsi?$/ && $line =~ /^\+\s*compatible\s*=\s*\"/) ||
3040 ($realfile =~ /\.[ch]$/ && $line =~ /^\+.*\.compatible\s*=\s*\"/))) {
3074 if ($realfile =~ /\.(h|s|S)$/) {
3076 } elsif ($realfile =~ /\.(c|dts|dtsi)$/) {
3078 } elsif (($checklicenseline == 2) || $realfile =~ /\.(sh|pl|py|awk|tc)$/) {
3080 } elsif ($realfile =~ /\.rst$/) {
3085 if ($realfile =~ /\.[chsS]$/ &&
3089 … "Improper SPDX comment style for '$realfile', please use '$comment' instead\n" . $herecurr);
3107 next if ($realfile !~ /\.(h|c|s|S|sh|dtsi|dts)$/);
3186 next if ($realfile !~ /\.(h|c|pl|dtsi|dts)$/);
3288 if ($realfile =~ m@^(drivers/net/|net/)@ &&
3428 next if ($realfile !~ /\.(h|c)$/);
3837 if ($path =~ "^uapi/" && $realfile =~ m@\binclude/uapi/@) {
4754 if (($realfile !~ m@^(?:drivers/staging/)@ || $check_orig) &&
5043 seed_camelcase_file($realfile);
5071 $realfile ne $checkfile &&
5076 if ($realfile =~ m{^arch/}) {
5090 if ($realfile !~ m@/vmlinux.lds.h$@ &&
5252 $realfile !~ m@/vmlinux.lds.h$@ &&
5712 if ($realfile !~ m@^include/uapi/@ &&
5816 if ($realfile !~ m@^include/asm-generic/@ &&
5817 $realfile !~ m@/barrier\.h$@ &&
5839 …if ($line =~ m@^.\s*\#\s*if.*\b(__i386__|__powerpc64__|__sun__|__s390x__)\b@ && $realfile !~ m@inc…
5867 if ($realfile !~ m@\binclude/uapi/@ &&
5878 if ($realfile !~ m@\binclude/uapi/@ &&
5885 if ($realfile !~ m@\binclude/uapi/@ &&
5892 if ($realfile !~ m@\binclude/uapi/@ &&
5904 if ($realfile !~ m@\binclude/uapi/@ &&
5915 if ($realfile !~ m@\binclude/uapi/@ &&
5934 if ($realfile !~ m@\binclude/uapi/@ &&
5935 $realfile !~ m@\btools/@ &&
6186 if ($realfile =~ /\.h$/ &&
6196 if ($realfile =~ /\.c$/ && defined $stat &&
6218 } elsif ($realfile =~ /\.c$/ && defined $stat &&
6339 if ($realfile !~ m@^include/uapi/@ &&
6518 if ($realfile =~ m@^drivers/@) {
6521 } elsif ($realfile !~ m@^kernel/@) {
6536 if ($realfile !~ m@^kernel/lockdep@ &&
6537 $realfile !~ m@^include/linux/lockdep@ &&
6538 $realfile !~ m@^drivers/base/core@) {