Name of failed tests ====================
* checkpatch master ./net/batman-adv/icmp_socket.c * checkpatch master ./net/batman-adv/network-coding.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/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/Makefile | 6 net/batman-adv/bat_algo.h | 2 net/batman-adv/bat_iv_ogm.c | 210 ++++++++++-------------- net/batman-adv/bitarray.c | 6 net/batman-adv/bitarray.h | 8 net/batman-adv/bridge_loop_avoidance.c | 56 ++---- net/batman-adv/bridge_loop_avoidance.h | 12 - net/batman-adv/debugfs.c | 47 +---- net/batman-adv/debugfs.h | 43 ---- net/batman-adv/distributed-arp-table.c | 47 ----- net/batman-adv/distributed-arp-table.h | 15 - net/batman-adv/fragmentation.c | 44 +---- net/batman-adv/fragmentation.h | 11 - net/batman-adv/gateway_client.c | 41 +--- net/batman-adv/gateway_client.h | 10 - net/batman-adv/gateway_common.c | 13 - net/batman-adv/gateway_common.h | 9 - net/batman-adv/hard-interface.c | 40 +--- net/batman-adv/hard-interface.h | 13 - net/batman-adv/hash.c | 8 net/batman-adv/hash.h | 33 ++- net/batman-adv/icmp_socket.c | 35 ---- net/batman-adv/icmp_socket.h | 9 - net/batman-adv/main.c | 103 ++++------- net/batman-adv/main.h | 40 ++-- net/batman-adv/multicast.c | 31 --- net/batman-adv/multicast.h | 8 net/batman-adv/network-coding.c | 53 +----- net/batman-adv/network-coding.h | 15 - net/batman-adv/originator.c | 36 +--- net/batman-adv/originator.h | 28 +-- net/batman-adv/packet.h | 5 net/batman-adv/routing.c | 38 +--- net/batman-adv/routing.h | 12 - net/batman-adv/send.c | 40 +--- net/batman-adv/send.h | 15 - net/batman-adv/soft-interface.c | 72 ++------ net/batman-adv/soft-interface.h | 13 - net/batman-adv/sysfs.c | 62 ++----- net/batman-adv/sysfs.h | 12 - net/batman-adv/translation-table.c | 91 ++++------ net/batman-adv/translation-table.h | 11 - net/batman-adv/types.h | 33 --- 43 files changed, 446 insertions(+), 990 deletions(-)