Name of failed tests ====================
* checkpatch next ./net/batman-adv/bat_iv_ogm.c * checkpatch next ./net/batman-adv/icmp_socket.c * checkpatch next ./net/batman-adv/network-coding.c * difference between net-next and batadv next
Output of different failed tests ================================
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/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(-)