Name of failed tests ====================
checkpatch master bridge_loop_avoidance.c checkpatch master hash.c checkpatch next bridge_loop_avoidance.c checkpatch next hash.c
Output of different failed tests ================================
checkpatch next bridge_loop_avoidance.c:
>>
CHECK: space prohibited before semicolon #1225: FILE: bridge_loop_avoidance.c:1225: + for (i = 0 ; i < BATADV_DUPLIST_SIZE; i++) {
total: 0 errors, 0 warnings, 1 checks, 1594 lines checked
NOTE: Ignored message types: COMPLEX_MACRO
bridge_loop_avoidance.c has style problems, please review.
If any of these errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS.
checkpatch next hash.c:
>>
CHECK: space prohibited before semicolon #28: FILE: hash.c:28: + for (i = 0 ; i < hash->size; i++) {
CHECK: space prohibited before semicolon #76: FILE: hash.c:76: + for (i = 0 ; i < hash->size; i++)
total: 0 errors, 0 warnings, 2 checks, 78 lines checked
NOTE: Ignored message types: COMPLEX_MACRO
hash.c has style problems, please review.
If any of these errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS.
linux-merge@lists.open-mesh.org