|WARNING| pw160753 [RFC v3] devtools: replace checkpatches shell wrapper with Python script

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Feb 3 15:19:40 CET 2026


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

_coding style issues_


WARNING:TYPO_SPELLING: 'statics' may be misspelled - perhaps 'statistics'?
#685: FILE: devtools/checkpatches.py:531:
+                            "do not initialise statics to 0 or NULL",
                                                ^^^^^^^

ERROR:TRAILING_WHITESPACE: trailing whitespace
#838: FILE: devtools/checkpatches.py:684:
+                        'hot': '__rte_hot', $

ERROR:TRAILING_WHITESPACE: trailing whitespace
#892: FILE: devtools/checkpatches.py:738:
+                        if not (stripped_content.startswith("/*") or $

ERROR:TRAILING_WHITESPACE: trailing whitespace
#893: FILE: devtools/checkpatches.py:739:
+                                stripped_content.startswith("*") or $

ERROR:TRAILING_WHITESPACE: trailing whitespace
#987: FILE: devtools/checkpatches.py:833:
+                        'tcp', 'udp', 'arp', 'dns',    # Protocols  $

total: 4 errors, 1 warnings, 1303 lines checked
__rte_experimental must appear alone on the line immediately preceding the return type of a function.
__rte_experimental must appear alone on the line immediately preceding the return type of a function.
__rte_experimental must appear alone on the line immediately preceding the return type of a function.
__rte_experimental must appear alone on the line immediately preceding the return type of a function.
__rte_experimental must appear alone on the line immediately preceding the return type of a function.
__rte_internal must appear alone on the line immediately preceding the return type of a function.
__rte_internal must appear alone on the line immediately preceding the return type of a function.
__rte_internal must appear alone on the line immediately preceding the return type of a function.
__rte_internal must appear alone on the line immediately preceding the return type of a function.
__rte_internal must appear alone on the line immediately preceding the return type of a function.
Please use __rte_aligned only for struct or union types alignment.
Please use __rte_cache_aligned only for struct or union types alignment.
Please use __rte_cache_min_aligned only for struct or union types alignment.
Use __rte_packed_begin only after struct, union or alignment attributes.
__rte_packed_begin and __rte_packed_end should always be used in pairs.


More information about the test-report mailing list