Home
last modified time | relevance | path

Searched refs:here (Results 1 – 7 of 7) sorted by relevance

/scripts/coccinelle/api/
Dplatform_no_drv_owner.cocci127 msg = "No need to set .owner here. The core will do it."
134 msg = "No need to set .owner here. The core will do it."
141 msg = "No need to set .owner here. The core will do it."
148 msg = "No need to set .owner here. The core will do it."
157 msg = "No need to set .owner here. The core will do it."
164 msg = "No need to set .owner here. The core will do it."
171 msg = "No need to set .owner here. The core will do it."
178 msg = "No need to set .owner here. The core will do it."
/scripts/coccinelle/misc/
Dboolconv.cocci79 msg = "WARNING: conversion to bool not needed here"
90 msg = "WARNING: conversion to bool not needed here"
Dreturnvar.cocci67 cocci.print_sec("return " + C + " here", p2)
/scripts/
Dcheckpatch.pl2032 my ($linenr, $cnt, $here) = @_;
2034 my $herectx = $here . "\n";
2669 my $here = '';
2846 $here = "#$linenr: " if (!$file);
2847 $here = "#$realline: " if ($file);
2870 …lude/asm, change architecture specific files in include/asm-<architecture>\n" . "$here$rawline\n");
2913 $here .= "FILE: $realfile:$realline:" if ($realcnt != 0);
2915 my $hereline = "$here\n$rawline\n";
2916 my $herecurr = "$here\n$rawline\n";
2917 my $hereprev = "$here\n$prevrawline\n$rawline\n";
[all …]
DKbuild.include79 # Note: '2>/dev/null' is here to force Make to invoke a shell. Otherwise, it
/scripts/gcc-plugins/
DKconfig49 By saying Y here the kernel will instrument some kernel code to
67 If you say Y here, the layouts of structures that are entirely
97 If you say Y here, the RANDSTRUCT randomization will make a
/scripts/mod/
Dmodpost.c849 char *here = strstr(sym, bare); in match() local
852 if (here != NULL) in match()