Name of failed tests
====================
checkpatch next main.h
checkpatch next network-coding.c
checkpatch next soft-interface.c
Output of different failed tests
================================
checkpatch next main.h:
>>>>>>>>
CHECK: spaces preferred around that '*' (ctx:VxV)
#47: FILE: main.h:47:
+#define BATADV_DAT_ENTRY_TIMEOUT (5*60000) /* 5 mins in milliseconds */
^
total: 0 errors, 0 warnings, 1 checks, 390 lines checked
checkpatch next network-coding.c:
>>>>>>>>
CHECK: spaces preferred around that '*' (ctx:VxV)
#278: FILE: network-coding.c:278:
+ bat_priv->nc.max_buffer_time*10);
^
total: 0 errors, 0 warnings, 1 checks, 1936 lines checked
checkpatch next soft-interface.c:
>>>>>>>>
CHECK: Comparison to NULL could be written "hard_iface->soft_iface"
#827: FILE: soft-interface.c:827:
+ if (!hard_iface || hard_iface->soft_iface != NULL)
total: 0 errors, 0 warnings, 1 checks, 1113 lines checked