Name of failed tests ====================
* checkpatch master ./net/batman-adv/translation-table.c * checkpatch next ./net/batman-adv/gateway_common.c * checkpatch next ./net/batman-adv/main.c * checkpatch next ./net/batman-adv/translation-table.c * difference between net-next and batadv next * kerneldoc master ./net/batman-adv/distributed-arp-table.c * kerneldoc master ./net/batman-adv/translation-table.c * kerneldoc master ./net/batman-adv/types.h
Output of different failed tests ================================
checkpatch master ./net/batman-adv/translation-table.c ------------------------------------------------------
ERROR: "foo* bar" should be "foo *bar" #80: FILE: ./net/batman-adv/translation-table.c:80: + const struct batadv_tt_common_entry* tt1 = data1;
ERROR: "foo* bar" should be "foo *bar" #81: FILE: ./net/batman-adv/translation-table.c:81: + const struct batadv_tt_common_entry* tt2 = data2;
total: 2 errors, 0 warnings, 0 checks, 3808 lines checked
checkpatch next ./net/batman-adv/gateway_common.c -------------------------------------------------
WARNING: Comparisons should place the constant on the right side of the test #92: FILE: ./net/batman-adv/gateway_common.c:92: + if (U32_MAX < ldown) {
WARNING: Comparisons should place the constant on the right side of the test #142: FILE: ./net/batman-adv/gateway_common.c:142: + if (U32_MAX < lup) {
total: 0 errors, 2 warnings, 0 checks, 287 lines checked
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
checkpatch next ./net/batman-adv/translation-table.c ----------------------------------------------------
ERROR: "foo* bar" should be "foo *bar" #76: FILE: ./net/batman-adv/translation-table.c:76: + const struct batadv_tt_common_entry* tt1 = data1;
ERROR: "foo* bar" should be "foo *bar" #77: FILE: ./net/batman-adv/translation-table.c:77: + const struct batadv_tt_common_entry* tt2 = data2;
total: 2 errors, 0 warnings, 0 checks, 3798 lines checked
difference between net-next and batadv next -------------------------------------------
net/batman-adv/bridge_loop_avoidance.c | 35 +++--------------------- net/batman-adv/distributed-arp-table.c | 5 --- net/batman-adv/routing.c | 19 ++----------- net/batman-adv/translation-table.c | 30 +++----------------- net/batman-adv/types.h | 2 - 5 files changed, 15 insertions(+), 76 deletions(-)
kerneldoc master ./net/batman-adv/distributed-arp-table.c ---------------------------------------------------------
./net/batman-adv/distributed-arp-table.c:746: warning: No description found for return value of 'batadv_dat_init' ./net/batman-adv/distributed-arp-table.c:784: warning: No description found for return value of 'batadv_dat_cache_seq_print_text'
kerneldoc master ./net/batman-adv/translation-table.c -----------------------------------------------------
./net/batman-adv/translation-table.c:72: warning: missing initial short description on line: * batadv_compare_tt ./net/batman-adv/translation-table.c:77: warning: No description found for parameter 'node' ./net/batman-adv/translation-table.c:77: warning: No description found for parameter 'data2' ./net/batman-adv/translation-table.c:232: warning: No description found for parameter 'bat_priv' ./net/batman-adv/translation-table.c:313: warning: No description found for parameter 'orig_node' ./net/batman-adv/translation-table.c:726: warning: bad line: ./net/batman-adv/translation-table.c:1248: warning: missing initial short description on line: * batadv_tt_global_orig_entry_find ./net/batman-adv/translation-table.c:1253: warning: contents before sections ./net/batman-adv/translation-table.c:1258: warning: No description found for parameter 'entry' ./net/batman-adv/translation-table.c:1258: warning: No description found for parameter 'orig_node' ./net/batman-adv/translation-table.c:1279: warning: missing initial short description on line: * batadv_tt_global_entry_has_orig ./net/batman-adv/translation-table.c:1283: warning: contents before sections ./net/batman-adv/translation-table.c:1288: warning: No description found for parameter 'entry' ./net/batman-adv/translation-table.c:1288: warning: No description found for parameter 'orig_node' ./net/batman-adv/translation-table.c:2530: warning: No description found for return value of 'batadv_send_tt_request' ./net/batman-adv/translation-table.c:3067: warning: missing initial short description on line: * batadv_tt_check_roam_count ./net/batman-adv/translation-table.c:3073: warning: contents before sections ./net/batman-adv/translation-table.c:3076: warning: No description found for parameter 'bat_priv' ./net/batman-adv/translation-table.c:3076: warning: No description found for parameter 'client'
kerneldoc master ./net/batman-adv/types.h -----------------------------------------
./net/batman-adv/types.h:868: warning: No description found for parameter 'isolation_mark' ./net/batman-adv/types.h:868: warning: No description found for parameter 'isolation_mark_mask'