|WARNING| pw120537 [PATCH 3/5] test: add a unit test for set and get lcore name APIs
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed Dec 7 20:01:59 CET 2022
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/120537
_coding style issues_
WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one
WARNING:STATIC_CONST_CHAR_ARRAY: const array should probably be static const
#72: FILE: app/test/test_lcores.c:388:
+ const char empty[] = "";
WARNING:STATIC_CONST_CHAR_ARRAY: const array should probably be static const
#73: FILE: app/test/test_lcores.c:389:
+ const char valid[] = "0123456789abcde";
WARNING:STATIC_CONST_CHAR_ARRAY: const array should probably be static const
#74: FILE: app/test/test_lcores.c:390:
+ const char invalid[] = "0123456789abcdef";
total: 0 errors, 4 warnings, 64 lines checked
More information about the test-report
mailing list