Name of failed tests
====================
checkpatch master bridge_loop_avoidance.c
checkpatch master gateway_client.c
checkpatch master main.c
checkpatch master translation-table.c
checkpatch next bridge_loop_avoidance.c
checkpatch next gateway_client.c
checkpatch next main.c
checkpatch next translation-table.c
Output of different failed tests
================================
checkpatch master translation-table.c:
>>>>>>>>
WARNING: Prefer seq_puts to seq_printf
#482: FILE: translation-table.c:482:
+ seq_printf(seq,
WARNING: Prefer seq_puts to seq_printf
#981: FILE: translation-table.c:981:
+ seq_printf(seq,
WARNING: Prefer seq_puts to seq_printf
#1023: FILE: translation-table.c:1023:
+ seq_printf(seq,
total: 0 errors, 3 warnings, 0 checks, 2578 lines checked
checkpatch next bridge_loop_avoidance.c:
>>>>>>>>
WARNING: Prefer seq_puts to seq_printf
#1613: FILE: bridge_loop_avoidance.c:1613:
+ seq_printf(seq,
WARNING: Prefer seq_puts to seq_printf
#1658: FILE: bridge_loop_avoidance.c:1658:
+ seq_printf(seq,
WARNING: Prefer seq_puts to seq_printf
#1679: FILE: bridge_loop_avoidance.c:1679:
+ seq_printf(seq,
total: 0 errors, 3 warnings, 0 checks, 1690 lines checked
checkpatch next gateway_client.c:
>>>>>>>>
WARNING: Prefer seq_puts to seq_printf
#483: FILE: gateway_client.c:483:
+ seq_printf(seq,
total: 0 errors, 1 warnings, 0 checks, 712 lines checked
checkpatch next main.c:
>>>>>>>>
WARNING: Prefer seq_puts to seq_printf
#215: FILE: main.c:215:
+ seq_printf(seq,
WARNING: Prefer seq_puts to seq_printf
#224: FILE: main.c:224:
+ seq_printf(seq,
total: 0 errors, 2 warnings, 0 checks, 501 lines checked
checkpatch next translation-table.c:
>>>>>>>>
WARNING: Prefer seq_puts to seq_printf
#477: FILE: translation-table.c:477:
+ seq_printf(seq,
WARNING: Prefer seq_puts to seq_printf
#976: FILE: translation-table.c:976:
+ seq_printf(seq,
WARNING: Prefer seq_puts to seq_printf
#1018: FILE: translation-table.c:1018:
+ seq_printf(seq,
total: 0 errors, 3 warnings, 0 checks, 2573 lines checked