CHECK: Alignment should match open parenthesis #344: FILE: hard-interface.c:344: + bat_info(hard_iface->soft_iface, + "The MTU of interface %s is too small (%i) to handle "
CHECK: Alignment should match open parenthesis #355: FILE: hard-interface.c:355: + bat_info(hard_iface->soft_iface, + "The MTU of interface %s is too small (%i) to handle "
CHECK: Logical continuations should be on the previous line #584: FILE: hard-interface.c:584: + if (unlikely(skb->mac_len != sizeof(struct ethhdr) + || !skb_mac_header(skb)))
total: 0 errors, 0 warnings, 3 checks, 700 lines checked
NOTE: Ignored message types: COMPLEX_MACRO
hard-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.