Name of failed tests
====================
* checkpatch master ./net/batman-adv/bat_iv_ogm.c
* checkpatch master ./net/batman-adv/multicast.c
* checkpatch next ./net/batman-adv/bat_iv_ogm.c
* checkpatch next ./net/batman-adv/icmp_socket.c
* checkpatch next ./net/batman-adv/multicast.c
* checkpatch next ./net/batman-adv/network-coding.c
* difference between net-next and batadv next
Output of different failed tests
================================
checkpatch master ./net/batman-adv/bat_iv_ogm.c
-----------------------------------------------
WARNING: suspect code indent for conditional statements (16, 32)
#970: FILE: ./net/batman-adv/bat_iv_ogm.c:970:
+ if (tmp_hard_iface->soft_iface != hard_iface->soft_iface)
+ continue;
total: 0 errors, 1 warnings, 0 checks, 2009 lines checked
checkpatch master ./net/batman-adv/multicast.c
----------------------------------------------
CHECK: Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON()
#621: FILE: ./net/batman-adv/multicast.c:621:
+ BUG_ON(!hlist_unhashed(node));
CHECK: Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON()
#632: FILE: ./net/batman-adv/multicast.c:632:
+ BUG_ON(hlist_unhashed(node));
CHECK: Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON()
#666: FILE: ./net/batman-adv/multicast.c:666:
+ BUG_ON(!hlist_unhashed(node));
CHECK: Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON()
#677: FILE: ./net/batman-adv/multicast.c:677:
+ BUG_ON(hlist_unhashed(node));
CHECK: Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON()
#711: FILE: ./net/batman-adv/multicast.c:711:
+ BUG_ON(!hlist_unhashed(node));
CHECK: Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON()
#722: FILE: ./net/batman-adv/multicast.c:722:
+ BUG_ON(hlist_unhashed(node));
total: 0 errors, 0 warnings, 6 checks, 827 lines checked
checkpatch next ./net/batman-adv/bat_iv_ogm.c
---------------------------------------------
WARNING: suspect code indent for conditional statements (16, 32)
#972: FILE: ./net/batman-adv/bat_iv_ogm.c:972:
+ if (tmp_hard_iface->soft_iface != hard_iface->soft_iface)
+ continue;
total: 0 errors, 1 warnings, 0 checks, 2009 lines checked
checkpatch next ./net/batman-adv/icmp_socket.c
----------------------------------------------
WARNING: line over 80 characters
#340: FILE: ./net/batman-adv/icmp_socket.c:340:
+ * batadv_socket_receive_packet - schedule an icmp packet to be sent to userspace
total: 0 errors, 1 warnings, 0 checks, 410 lines checked
checkpatch next ./net/batman-adv/multicast.c
--------------------------------------------
CHECK: Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON()
#608: FILE: ./net/batman-adv/multicast.c:608:
+ BUG_ON(!hlist_unhashed(node));
CHECK: Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON()
#619: FILE: ./net/batman-adv/multicast.c:619:
+ BUG_ON(hlist_unhashed(node));
CHECK: Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON()
#651: FILE: ./net/batman-adv/multicast.c:651:
+ BUG_ON(!hlist_unhashed(node));
CHECK: Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON()
#662: FILE: ./net/batman-adv/multicast.c:662:
+ BUG_ON(hlist_unhashed(node));
CHECK: Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON()
#694: FILE: ./net/batman-adv/multicast.c:694:
+ BUG_ON(!hlist_unhashed(node));
CHECK: Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON()
#705: FILE: ./net/batman-adv/multicast.c:705:
+ BUG_ON(hlist_unhashed(node));
total: 0 errors, 0 warnings, 6 checks, 810 lines checked
checkpatch next ./net/batman-adv/network-coding.c
-------------------------------------------------
WARNING: line over 80 characters
#875: FILE: ./net/batman-adv/network-coding.c:875:
+ * batadv_nc_update_nc_node - updates stored incoming and outgoing nc node structs
total: 0 errors, 1 warnings, 0 checks, 1959 lines checked
difference between net-next and batadv next
-------------------------------------------
net/batman-adv/distributed-arp-table.c | 24 ++-----
net/batman-adv/gateway_client.c | 10 +--
net/batman-adv/multicast.c | 79 ++++++------------------
net/batman-adv/network-coding.c | 6 -
net/batman-adv/originator.c | 5 -
net/batman-adv/send.c | 3
net/batman-adv/soft-interface.c | 10 ---
net/batman-adv/translation-table.c | 45 +++----------
net/batman-adv/types.h | 15 +---
9 files changed, 58 insertions(+), 139 deletions(-)