Name of failed tests ====================
checkpatch next distributed-arp-table.c checkpatch next originator.c checkpatch next translation-table.c
Output of different failed tests ================================
checkpatch next distributed-arp-table.c:
>>
ERROR: return is not a function, parentheses are not required #144: FILE: distributed-arp-table.c:144: + return (memcmp(data1, data2, sizeof(__be32)) == 0 ? 1 : 0);
total: 1 errors, 0 warnings, 0 checks, 1198 lines checked
checkpatch next originator.c:
>>
ERROR: return is not a function, parentheses are not required #44: FILE: originator.c:44: + return (memcmp(data1, data2, ETH_ALEN) == 0 ? 1 : 0);
total: 1 errors, 0 warnings, 0 checks, 632 lines checked
checkpatch next translation-table.c:
>>
ERROR: return is not a function, parentheses are not required #54: FILE: translation-table.c:54: + return (memcmp(data1, data2, ETH_ALEN) == 0 ? 1 : 0);
total: 1 errors, 0 warnings, 0 checks, 3569 lines checked
linux-merge@lists.open-mesh.org