ERROR: code indent should use tabs where possible #91: FILE: drivers/net/bonding/bond_main.c:5331: + if (skb->protocol == htons(ETH_P_IPV6) &&$ WARNING: please, no spaces at the start of a line #91: FILE: drivers/net/bonding/bond_main.c:5331: + if (skb->protocol == htons(ETH_P_IPV6) &&$ ERROR: code indent should use tabs where possible #92: FILE: drivers/net/bonding/bond_main.c:5332: + pskb_may_pull(skb,$ WARNING: please, no spaces at the start of a line #92: FILE: drivers/net/bonding/bond_main.c:5332: + pskb_may_pull(skb,$ ERROR: code indent should use tabs where possible #93: FILE: drivers/net/bonding/bond_main.c:5333: + sizeof(struct ipv6hdr) + sizeof(struct icmp6hdr))) {$ WARNING: please, no spaces at the start of a line #93: FILE: drivers/net/bonding/bond_main.c:5333: + sizeof(struct ipv6hdr) + sizeof(struct icmp6hdr))) {$ ERROR: code indent should use tabs where possible #94: FILE: drivers/net/bonding/bond_main.c:5334: + if (ipv6_hdr(skb)->nexthdr == IPPROTO_ICMPV6) {$ WARNING: please, no spaces at the start of a line #94: FILE: drivers/net/bonding/bond_main.c:5334: + if (ipv6_hdr(skb)->nexthdr == IPPROTO_ICMPV6) {$ ERROR: code indent should use tabs where possible #95: FILE: drivers/net/bonding/bond_main.c:5335: + struct icmp6hdr *icmph = icmp6_hdr(skb);$ WARNING: please, no spaces at the start of a line #95: FILE: drivers/net/bonding/bond_main.c:5335: + struct icmp6hdr *icmph = icmp6_hdr(skb);$ WARNING: line length of 82 exceeds 80 columns #97: FILE: drivers/net/bonding/bond_main.c:5337: + if ((icmph->icmp6_type == NDISC_NEIGHBOUR_SOLICITATION) || ERROR: code indent should use tabs where possible #97: FILE: drivers/net/bonding/bond_main.c:5337: + if ((icmph->icmp6_type == NDISC_NEIGHBOUR_SOLICITATION) ||$ WARNING: please, no spaces at the start of a line #97: FILE: drivers/net/bonding/bond_main.c:5337: + if ((icmph->icmp6_type == NDISC_NEIGHBOUR_SOLICITATION) ||$ CHECK: Unnecessary parentheses around 'icmph->icmp6_type == NDISC_NEIGHBOUR_SOLICITATION' #97: FILE: drivers/net/bonding/bond_main.c:5337: + if ((icmph->icmp6_type == NDISC_NEIGHBOUR_SOLICITATION) || + (icmph->icmp6_type == NDISC_NEIGHBOUR_ADVERTISEMENT)) CHECK: Unnecessary parentheses around 'icmph->icmp6_type == NDISC_NEIGHBOUR_ADVERTISEMENT' #97: FILE: drivers/net/bonding/bond_main.c:5337: + if ((icmph->icmp6_type == NDISC_NEIGHBOUR_SOLICITATION) || + (icmph->icmp6_type == NDISC_NEIGHBOUR_ADVERTISEMENT)) WARNING: line length of 81 exceeds 80 columns #98: FILE: drivers/net/bonding/bond_main.c:5338: + (icmph->icmp6_type == NDISC_NEIGHBOUR_ADVERTISEMENT)) ERROR: code indent should use tabs where possible #98: FILE: drivers/net/bonding/bond_main.c:5338: + (icmph->icmp6_type == NDISC_NEIGHBOUR_ADVERTISEMENT))$ WARNING: please, no spaces at the start of a line #98: FILE: drivers/net/bonding/bond_main.c:5338: + (icmph->icmp6_type == NDISC_NEIGHBOUR_ADVERTISEMENT))$ ERROR: code indent should use tabs where possible #99: FILE: drivers/net/bonding/bond_main.c:5339: + return true;$ WARNING: please, no spaces at the start of a line #99: FILE: drivers/net/bonding/bond_main.c:5339: + return true;$ ERROR: code indent should use tabs where possible #100: FILE: drivers/net/bonding/bond_main.c:5340: + }$ WARNING: please, no spaces at the start of a line #100: FILE: drivers/net/bonding/bond_main.c:5340: + }$ ERROR: code indent should use tabs where possible #101: FILE: drivers/net/bonding/bond_main.c:5341: + }$ WARNING: please, no spaces at the start of a line #101: FILE: drivers/net/bonding/bond_main.c:5341: + }$ ERROR: code indent should use tabs where possible #103: FILE: drivers/net/bonding/bond_main.c:5343: + return false;$ WARNING: please, no spaces at the start of a line #103: FILE: drivers/net/bonding/bond_main.c:5343: + return false;$ CHECK: Alignment should match open parenthesis #206: FILE: drivers/net/bonding/bond_sysfs.c:763: + val = bond_opt_get_val(BOND_OPT_BROADCAST_NEIGH, + bond->params.broadcast_neighbor); WARNING: Consider renaming function(s) 'bonding_show_broadcast_neighbor' to 'broadcast_neighbor_show' 'bonding_sysfs_store_option' to 'broadcast_neighbor_store' #210: FILE: drivers/net/bonding/bond_sysfs.c:767: +} total: 11 errors, 14 warnings, 3 checks, 174 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. NOTE: Whitespace errors detected. You may wish to use scripts/cleanpatch or scripts/cleanfile Commit d789da8bdeb4 ("net: bonding: add broadcast_neighbor option for 802.3ad") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS.