CHECK: Coalesced strings are easier to grep and less error prone #298: FILE: originator.c:298: + "neighbor purge: originator %pM, " + "neighbor: %pM, iface: %s\n",
CHECK: Coalesced strings are easier to grep and less error prone #304: FILE: originator.c:304: + "neighbor timeout: originator %pM, " + "neighbor: %pM, last_seen: %u\n",
CHECK: Coalesced strings are easier to grep and less error prone #419: FILE: originator.c:419: + ret = seq_printf(seq, "BATMAN mesh %s disabled - " + "please specify interfaces to enable it\n",
CHECK: Coalesced strings are easier to grep and less error prone #426: FILE: originator.c:426: + ret = seq_printf(seq, "BATMAN mesh %s " + "disabled - primary interface not active\n",
total: 0 errors, 0 warnings, 4 checks, 646 lines checked
NOTE: Ignored message types: COMPLEX_MACRO
originator.c has style problems, please review.
If any of these errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS.