[dpdk-test-report] |WARNING| pw91672 [PATCH v4 5/9] app/testpmd: add clock_gettime_monotonic

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Apr 16 19:35:50 CEST 2021


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

_coding style issues_


WARNING:TRAILING_SEMICOLON: macros should not use a trailing semicolon
#75: FILE: app/test-pmd/config.c:67:
+#define _clock_gettime_monotonic(cur_time) clock_gettime_monotonic(&cur_time);

WARNING:TRAILING_SEMICOLON: macros should not use a trailing semicolon
#77: FILE: app/test-pmd/config.c:69:
+#define _clock_gettime_monotonic(cur_time) clock_gettime(CLOCK_TYPE_ID, &cur_time);

total: 0 errors, 2 warnings, 57 lines checked


More information about the test-report mailing list