Name of failed tests
====================

stable
------

 * difference between net and batadv stable

main
----

 * checkpatch ./net/batman-adv/log.h
 * checkpatch ./net/batman-adv/netlink.c
 * difference between net-next and batadv main


Output of different failed tests
================================

main: checkpatch ./net/batman-adv/log.h
---------------------------------------

    WARNING: Possible usage of pr_info without a trailing newline.
    #126: FILE: ./net/batman-adv/log.h:126:
    +           pr_info("%s: " fmt, _netdev->name, ## arg);             \
    
    WARNING: Usage of pr_err without a trailing newline.
    #140: FILE: ./net/batman-adv/log.h:140:
    +           pr_err("%s: " fmt, _netdev->name, ## arg);              \
    
    total: 0 errors, 2 warnings, 0 checks, 143 lines checked

main: checkpatch ./net/batman-adv/netlink.c
-------------------------------------------

    WARNING: Usage of pr_warn without a trailing newline.
    #1570: FILE: ./net/batman-adv/netlink.c:1570:
    +           pr_warn("unable to register netlink family");
    
    total: 0 errors, 1 warnings, 0 checks, 1579 lines checked

stable: difference between net and batadv stable
------------------------------------------------

     net/net/batman-adv/bat_iv_ogm.c |    3 ++-
     net/net/batman-adv/bat_v_ogm.c  |    3 ++-
     2 files changed, 4 insertions(+), 2 deletions(-)

main: difference between net-next and batadv main
-------------------------------------------------

     netnext/net/batman-adv/bat_iv_ogm.c     |    3 +-
     netnext/net/batman-adv/bat_v_ogm.c      |    3 +-
     netnext/net/batman-adv/hard-interface.c |   24 ++++++++++------
     netnext/net/batman-adv/main.h           |    2 -
     netnext/net/batman-adv/soft-interface.c |    3 --
     netnext/net/batman-adv/types.h          |   34 ++++++++++++++++++-----
     6 files changed, 48 insertions(+), 21 deletions(-)


Statistics
==========

stable
------

Failed tests:                 1
Started build tests:        154
Tested Linux versions:       36
Tested configs:              91

main
----

Failed tests:                 3
Started build tests:        220
Tested Linux versions:       36
Tested configs:             103

Reply via email to