Lines Matching refs:single
87 -g, --git treat FILE as a single commit or git revision range
88 single git commit with:
118 If correctable single-line errors exist, create
2785 "Use a single space after $ucfirst_sign_off\n" . $herecurr) &&
3051 # check for repeated words separated by a single space
3334 # lines with a single string
3335 # #defines that are a single string
4960 # check unnecessary parentheses around addressof/dereference single $Lvals
5012 #goto labels aren't indented, allow a single space however
5052 # at end-of-function, with the previous line a single leading tab, then return;
5456 # Make $define_stmt single line, comment-free, etc
5518 # single-statement macros do not need to be enclosed in do while (0) loop,
5671 "braces {} are not necessary for single statement blocks\n" . $herectx);
5675 # check for single line unbalanced braces
5745 # context providing the function name or a single line form for in-file
5781 "Consecutive strings are generally better as a single string\n" . $herecurr) &&
6340 "single byte memset is suspicious. Swapped 2nd/3rd argument?\n" . "$here\n$stat\n");
6453 "Prefer kstrto<type> to single variable sscanf\n" . "$here\n$stat_real\n");