Name of failed tests ====================
* checkpatch master ./net/batman-adv/main.c * checkpatch next ./net/batman-adv/main.c * difference between net-next and batadv next
Output of different failed tests ================================
checkpatch next ./net/batman-adv/main.c ---------------------------------------
CHECK: 'wether' may be misspelled - perhaps 'whether'? #911: FILE: ./net/batman-adv/main.c:911: + * @ogm_source: flag indicating wether the tvlv is an ogm or a unicast packet
CHECK: 'wether' may be misspelled - perhaps 'whether'? #964: FILE: ./net/batman-adv/main.c:964: + * @ogm_source: flag indicating wether the tvlv is an ogm or a unicast packet
total: 0 errors, 0 warnings, 2 checks, 1284 lines checked
difference between net-next and batadv next -------------------------------------------
net/batman-adv/bat_iv_ogm.c | 132 ++++++---- net/batman-adv/bitarray.c | 6 net/batman-adv/bitarray.h | 10 net/batman-adv/bridge_loop_avoidance.c | 78 ++--- net/batman-adv/bridge_loop_avoidance.h | 8 net/batman-adv/debugfs.h | 1 net/batman-adv/distributed-arp-table.c | 64 ++-- net/batman-adv/distributed-arp-table.h | 8 net/batman-adv/fragmentation.c | 13 net/batman-adv/gateway_client.c | 77 +++-- net/batman-adv/gateway_client.h | 4 net/batman-adv/gateway_common.c | 67 +---- net/batman-adv/gateway_common.h | 1 net/batman-adv/hard-interface.c | 44 --- net/batman-adv/hash.c | 6 net/batman-adv/hash.h | 12 net/batman-adv/icmp_socket.c | 6 net/batman-adv/icmp_socket.h | 1 net/batman-adv/main.c | 86 +++--- net/batman-adv/main.h | 50 +-- net/batman-adv/multicast.c | 39 -- net/batman-adv/multicast.h | 2 net/batman-adv/network-coding.c | 57 ++-- net/batman-adv/network-coding.h | 4 net/batman-adv/originator.c | 110 +++----- net/batman-adv/originator.h | 16 - net/batman-adv/packet.h | 204 +++++++-------- net/batman-adv/routing.c | 24 - net/batman-adv/routing.h | 6 net/batman-adv/send.c | 8 net/batman-adv/send.h | 11 net/batman-adv/soft-interface.c | 30 +- net/batman-adv/soft-interface.h | 4 net/batman-adv/sysfs.c | 4 net/batman-adv/sysfs.h | 2 net/batman-adv/translation-table.c | 313 +++++++++++------------- net/batman-adv/translation-table.h | 31 +- net/batman-adv/types.h | 115 ++++---- 38 files changed, 801 insertions(+), 853 deletions(-)
linux-merge@lists.open-mesh.org