"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);
"Avoid using '.L' prefixed local symbol names for denoting a range of code via 'SYM_*_START/END' annotations; see Documentation/core-api/asm-annotations.rst\n".$herecurr);
}
# check we are in a valid source file C or perl if not then ignore this hunk
"Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON()\n".$herecurr);
"Do not crash the kernel unless it is absolutely unavoidable--use WARN_ON_ONCE() plus recovery code (if feasible) instead of BUG() or variants\n".$herecurr);