Lines Matching full:documentation
73 my $docsfile = "$D/../Documentation/dev-tools/checkpatch.rst";
253 or warn "$P: Can't read the documentation file $docsfile $!\n";
1386 "README", "Documentation", "arch", "include", "drivers",
2699 # Pre-scan the patch looking for any __setup documentation.
2718 if ($1 =~ m@Documentation/admin-guide/kernel-parameters.txt$@) {
2913 $is_binding_patch = () = $realfile =~ m@^(?:Documentation/devicetree/|include/dt-bindings/)@;
2918 …"DT binding docs and includes should be a separate patch. See: Documentation/devicetree/bindings/s…
3437 ($realfile =~ m@^Documentation/devicetree/bindings/.*\.txt$@)) {
3439 …"DT bindings should be in DT schema format. See: Documentation/devicetree/bindings/writing-schema.…
3725 # check for DT compatible documentation
3732 my $dt_path = $root . "/Documentation/devicetree/bindings/";
3790 if ($realfile =~ m@^Documentation/devicetree/bindings/@ &&
3904 …s for denoting a range of code via 'SYM_*_START/END' annotations; see Documentation/core-api/asm-a…
6282 …"Use of volatile is usually wrong: see Documentation/process/volatile-considered-harmful.rst\n" . …
6614 … "usleep_range is preferred over udelay; see Documentation/timers/timers-howto.rst\n" . $herecurr);
6626 …"msleep < 20ms can sleep for up to 20ms; see Documentation/timers/timers-howto.rst\n" . $herecurr);
7094 …"usleep_range should not use min == max args; see Documentation/timers/timers-howto.rst\n" . "$her…
7098 …"usleep_range args reversed, use min then max; see Documentation/timers/timers-howto.rst\n" . "$he…
7231 …"__setup appears un-documented -- check Documentation/admin-guide/kernel-parameters.txt\n" . $here…