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 | 30 +++++++- net/batman-adv/distributed-arp-table.c | 2 net/batman-adv/gateway_client.c | 50 ++++++++++--- net/batman-adv/gateway_client.h | 2 net/batman-adv/hard-interface.c | 44 ----------- net/batman-adv/main.c | 2 net/batman-adv/main.h | 2 net/batman-adv/multicast.c | 4 - net/batman-adv/network-coding.c | 2 net/batman-adv/originator.c | 90 +++++++++--------------- net/batman-adv/originator.h | 9 +- net/batman-adv/soft-interface.c | 4 - net/batman-adv/translation-table.c | 5 + net/batman-adv/types.h | 2 14 files changed, 125 insertions(+), 123 deletions(-)
linux-merge@lists.open-mesh.org