Lines Matching refs:one
85 --terse one line per report
112 --debug KEY=[0|1] turn on/off debugging of KEY, where KEY is one of
699 # memory.h: ARM has a custom one
1001 # Maybe one day convert this block of bash into something that returns
1896 # one does, and continue as if the #endif was not here.
2665 "Missing commit description - Add an appropriate one\n");
3178 "MAINTAINERS entries use one tab after TYPE:\n" . $herecurr) &&
4734 # unary ++ and unary -- are allowed no space on one side.
4738 "space required one side of that '$op' $at\n" . $hereptr)) {
5706 # newline (multiple lines in one string constant) or '\t', '\r', ';', or '{'
6037 "exactly one space required after that #$1\n" . $herecurr) &&
6953 if ($line =~ /\.extra[12]\s*=\s*&(zero|one|int_max)\b/) {
6955 "duplicated sysctl range checking value '$1', consider using the shared one in include/linux/sysctl.h\n" . $herecurr);