Lines Matching refs:Documentation

68 my $docsfile = "$D/../Documentation/dev-tools/checkpatch.rst";
1378 "README", "Documentation", "arch", "include", "drivers",
2707 if ($1 =~ m@Documentation/admin-guide/kernel-parameters.txt$@) {
2902 $is_binding_patch = () = $realfile =~ m@^(?:Documentation/devicetree/|include/dt-bindings/)@;
2907 "DT binding docs and includes should be a separate patch. See: Documentation/devicetree/bindings/submitting-patches.rst\n");
3415 ($realfile =~ m@^Documentation/devicetree/bindings/.*\.txt$@)) {
3417 "DT bindings should be in DT schema format. See: Documentation/devicetree/bindings/writing-schema.rst\n");
3710 my $dt_path = $root . "/Documentation/devicetree/bindings/";
3768 if ($realfile =~ m@^Documentation/devicetree/bindings/@ &&
3882 "Avoid using '.L' prefixed local symbol names for denoting a range of code via 'SYM_*_START/END' annotations; see Documentation/core-api/asm-annotations.rst\n" . $herecurr);
6260 "Use of volatile is usually wrong: see Documentation/process/volatile-considered-harmful.rst\n" . $herecurr);
6592 "usleep_range is preferred over udelay; see Documentation/timers/timers-howto.rst\n" . $herecurr);
6604 "msleep < 20ms can sleep for up to 20ms; see Documentation/timers/timers-howto.rst\n" . $herecurr);
7072 "usleep_range should not use min == max args; see Documentation/timers/timers-howto.rst\n" . "$here\n$stat\n");
7076 "usleep_range args reversed, use min then max; see Documentation/timers/timers-howto.rst\n" . "$here\n$stat\n");
7209 "__setup appears un-documented -- check Documentation/admin-guide/kernel-parameters.txt\n" . $herecurr);