Lines Matching refs:one
93 --terse one line per report
120 --debug KEY=[0|1] turn on/off debugging of KEY, where KEY is one of
928 # memory.h: ARM has a custom one
1238 # Maybe one day convert this block of bash into something that returns
2140 # one does, and continue as if the #endif was not here.
2929 "Missing commit description - Add an appropriate one\n");
3095 # Only one name comment should be allowed
3654 "MAINTAINERS entries use one tab after TYPE:\n" . $herecurr) &&
5260 # unary ++ and unary -- are allowed no space on one side.
5264 "space required one side of that '$op' $at\n" . $hereptr)) {
6258 # newline (multiple lines in one string constant) or '\t', '\r', ';', or '{'
6632 "exactly one space required after that #$1\n" . $herecurr) &&
7457 "Use C99 flexible arrays - see https://docs.kernel.org/process/deprecated.html#zero-length-and-one-element-arrays\n" . $hereprev) &&
7655 if ($line =~ /\.extra[12]\s*=\s*&(zero|one|int_max)\b/) {
7657 "duplicated sysctl range checking value '$1', consider using the shared one in include/linux/sysctl.h\n" . $herecurr);