|WARNING| pw139085 [PATCH 2/2] test: add functional test for uuid

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Apr 3 18:36:05 CEST 2024


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

_coding style issues_


WARNING:LONG_LINE: line length of 118 exceeds 100 columns
#147: FILE: app/test/test_uuid.c:35:
+	{ "02ce8e94-5b84-47fc-8f86-72633c5b5061", RTE_UUID_INIT(0x02ce8e94, 0x5b84, 0x47fc, 0x8f86, 0x72633c5b5061) },

WARNING:LONG_LINE: line length of 118 exceeds 100 columns
#148: FILE: app/test/test_uuid.c:36:
+	{ "2c72af87-d220-4931-98ec-45c8520c94e1", RTE_UUID_INIT(0x2c72af87, 0xd220, 0x4931, 0x98ec, 0x45c8520c94e1) },

WARNING:LONG_LINE: line length of 118 exceeds 100 columns
#149: FILE: app/test/test_uuid.c:37:
+	{ "441edca1-0942-4ccd-9b33-233e0454fe5b", RTE_UUID_INIT(0x441edca1, 0x0942, 0x4ccd, 0x9b33, 0x233e0454fe5b) },

total: 0 errors, 3 warnings, 142 lines checked


More information about the test-report mailing list