|WARNING| pw151979 [PATCH 3/6] config: allow faster instruction sets to be used with MSVC
checkpatch at dpdk.org
checkpatch at dpdk.org
Mon Feb 24 22:02:11 CET 2025
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/151979
_coding style issues_
WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#56:
https://learn.microsoft.com/en-us/cpp/build/reference/arch-x64?view=msvc-170
WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'?
#86: FILE: config/x86/meson.build:18:
+ #include <stdio.h>
WARNING:TYPO_SPELLING: 'SSEE' may be misspelled - perhaps 'SEE'?
#205: FILE: config/x86/meson.build:137:
+# also have ['SSE', 'SSE2', 'SSE3', 'SSEE3', 'SSE4_1', 'SSE4_2']
WARNING:TYPO_SPELLING: 'SSEE' may be misspelled - perhaps 'SEE'?
#309: FILE: config/x86/meson.build:242:
+ cpu_flags = ['SSE', 'SSE2', 'SSE3', 'SSEE3', 'SSE4_1', 'SSE4_2']
total: 0 errors, 4 warnings, 386 lines checked
More information about the test-report
mailing list