Name of failed tests ====================
master ------
* checkpatch ./net/batman-adv/main.c * difference between net-next and batadv master
Output of different failed tests ================================
master: checkpatch ./net/batman-adv/main.c ------------------------------------------
WARNING: function definition argument 'struct sk_buff *' should also have an identifier name #543: FILE: ./net/batman-adv/main.c:543: + int (*curr)(struct sk_buff *,
WARNING: function definition argument 'struct batadv_hard_iface *' should also have an identifier name #543: FILE: ./net/batman-adv/main.c:543: + int (*curr)(struct sk_buff *,
total: 0 errors, 2 warnings, 0 checks, 656 lines checked
master: difference between net-next and batadv master -----------------------------------------------------
netnext/net/batman-adv/bat_iv_ogm.c | 24 +++++++------- netnext/net/batman-adv/bat_v.c | 2 - netnext/net/batman-adv/bat_v_elp.c | 6 +-- netnext/net/batman-adv/bat_v_ogm.c | 12 +++---- netnext/net/batman-adv/distributed-arp-table.c | 4 +- netnext/net/batman-adv/gateway_client.c | 8 ++-- netnext/net/batman-adv/gateway_common.c | 18 +++++------ netnext/net/batman-adv/hard-interface.c | 12 +++---- netnext/net/batman-adv/icmp_socket.c | 4 +- netnext/net/batman-adv/main.c | 4 +- netnext/net/batman-adv/main.h | 2 - netnext/net/batman-adv/multicast.c | 2 - netnext/net/batman-adv/originator.c | 26 ++++++++-------- netnext/net/batman-adv/routing.c | 6 +-- netnext/net/batman-adv/send.c | 6 +-- netnext/net/batman-adv/soft-interface.c | 6 +-- netnext/net/batman-adv/sysfs.c | 4 +- netnext/net/batman-adv/tp_meter.c | 2 - 18 files changed, 74 insertions(+), 74 deletions(-)
Statistics ==========
maint -----
Failed tests: 0 Started build tests: 75 Tested Linux versions: 27 Tested configs: 58
master ------
Failed tests: 2 Started build tests: 70 Tested Linux versions: 28 Tested configs: 56
linux-merge@lists.open-mesh.org