Lines Matching refs:single
95 -g, --git treat FILE as a single commit or git revision range
96 single git commit with:
126 If correctable single-line errors exist, create
3058 "Use a single space after $ucfirst_sign_off\n" . $herecurr) &&
3099 "Use a single name comment in email: '$email'\n" . $herecurr);
3509 # check for repeated words separated by a single space
3808 # lines with a single string
3809 # #defines that are a single string
5486 # check unnecessary parentheses around addressof/dereference single $Lvals
5538 # check that goto labels aren't indented (allow a single space indentation)
5582 # at end-of-function, with the previous line a single leading tab, then return;
6005 # Make $define_stmt single line, comment-free, etc
6070 # single-statement macros do not need to be enclosed in do while (0) loop,
6223 "braces {} are not necessary for single statement blocks\n" . $herectx);
6227 # check for single line unbalanced braces
6297 # context providing the function name or a single line form for in-file
6345 "Consecutive strings are generally better as a single string\n" . $herecurr) &&
6430 # check for soon-to-be-deprecated single-argument k[v]free_rcu() API
6959 "single byte memset is suspicious. Swapped 2nd/3rd argument?\n" . "$here\n$stat\n");
7090 "Prefer kstrto<type> to single variable sscanf\n" . "$here\n$stat_real\n");