Lines Matching refs:using

2878 			      "Avoid using diff content in the commit message - patch(1) might not work\n" . $herecurr);
3586 # check for using SPDX license tag at beginning of files
3644 # check for using SPDX-License-Identifier on the wrong line number
3729 "Avoid using '.L' prefixed local symbol names for denoting a range of code via 'SYM_*_START/END' annotations; see Documentation/asm-annotations.rst\n" . $herecurr);
4677 "Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON()\n" . $herecurr);
5440 # if statements using unnecessary parentheses - ie: if ((foo == bar))
5727 "Consider using #include <linux/$file> instead of <asm/$file>\n" . $herecurr);
6133 "Prefer using '\"%s...\", __func__' to using '$context_function', this function's name, in a string\n" . $herecurr);
6141 "Unnecessary ftrace-like logging - prefer using ftrace\n" . $herecurr) &&
6743 "Using vsprintf specifier '\%px' potentially exposes the kernel memory layout, if you don't really need the address please consider using '\%p'.\n" . "$here\n$stat_real\n");
7057 "Prefer using the BIT$ull macro\n" . $herecurr) &&
7163 "consider using a completion\n" . $herecurr);
7203 # ignore designated initializers using NR_CPUS
7213 "usage of NR_CPUS is often wrong - consider using cpu_possible(), num_possible_cpus(), for_each_possible_cpu(), etc\n" . $herecurr);
7376 "Symbolic permissions '$oval' are not preferred. Consider using octal permissions '$octal'.\n" . $herecurr) &&
7403 "duplicated sysctl range checking value '$1', consider using the shared one in include/linux/sysctl.h\n" . $herecurr);
7477 mechanically convert to the typical style using --fix or --fix-inplace.