[dpdk-test-report] |WARNING| pw69694 [PATCH v2] event/dsw: avoid reusing previously recorded events

checkpatch at dpdk.org checkpatch at dpdk.org
Mon May 4 11:32:12 CEST 2020


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/69694

_coding style issues_

Must be a reply to the first patch (--in-reply-to).


WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 12)
#87: FILE: drivers/event/dsw/dsw_event.c:824:
+	if (seen_events_len < DSW_MAX_EVENTS_RECORDED)
+	    return;

WARNING:TABSTOP: Statements should start on a tabstop
#88: FILE: drivers/event/dsw/dsw_event.c:825:
+	    return;

total: 0 errors, 2 warnings, 9 lines checked


More information about the test-report mailing list