Lines Matching refs:one
90 --terse one line per report
117 --debug KEY=[0|1] turn on/off debugging of KEY, where KEY is one of
867 # memory.h: ARM has a custom one
1176 # Maybe one day convert this block of bash into something that returns
2078 # one does, and continue as if the #endif was not here.
2867 "Missing commit description - Add an appropriate one\n");
3033 # Only one name comment should be allowed
3507 "MAINTAINERS entries use one tab after TYPE:\n" . $herecurr) &&
5107 # unary ++ and unary -- are allowed no space on one side.
5111 "space required one side of that '$op' $at\n" . $hereptr)) {
6087 # newline (multiple lines in one string constant) or '\t', '\r', ';', or '{'
6452 "exactly one space required after that #$1\n" . $herecurr) &&
7401 if ($line =~ /\.extra[12]\s*=\s*&(zero|one|int_max)\b/) {
7403 "duplicated sysctl range checking value '$1', consider using the shared one in include/linux/sysctl.h\n" . $herecurr);