CHECK: Coalesced strings are easier to grep and less error prone #256: FILE: soft-interface.c:256: + "Changing mesh exit point on vid: %d from %pM " + "to %pM.\n", vid, curr_neigh->addr, new_neigh->addr);
CHECK: Coalesced strings are easier to grep and less error prone #331: FILE: soft-interface.c:331: + 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 #338: FILE: soft-interface.c:338: + ret = seq_printf(seq, "BATMAN mesh %s " + "disabled - primary interface not active\n",
CHECK: Coalesced strings are easier to grep and less error prone #407: FILE: soft-interface.c:407: + "Current mesh exit point on vid: %d " + "'%pM' vanished.\n",
total: 0 errors, 0 warnings, 4 checks, 943 lines checked
NOTE: Ignored message types: COMPLEX_MACRO
soft-interface.c has style problems, please review.
If any of these errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS.
linux-merge@lists.open-mesh.org