|WARNING| pw122097 [PATCH v6 4/4] eal: add nonnull and access function attributes
checkpatch at dpdk.org
checkpatch at dpdk.org
Mon Jan 16 13:45:54 CET 2023
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/122097
_coding style issues_
WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#174: FILE: lib/eal/include/rte_common.h:167:
+ * Tells compiler that the memory pointed to by a pointer argument
+* is only read, not written to, by the function.
WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#176: FILE: lib/eal/include/rte_common.h:169:
+* It might not be accessed at all.
+ *
WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#190: FILE: lib/eal/include/rte_common.h:183:
+ * Tells compiler that the memory pointed to by a pointer argument
+* is only written to, not read, by the function.
WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#192: FILE: lib/eal/include/rte_common.h:185:
+* It might not be accessed at all.
+ *
WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#206: FILE: lib/eal/include/rte_common.h:199:
+ * Tells compiler that the memory pointed to by a pointer argument
+* is both read and written to by the function.
WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#208: FILE: lib/eal/include/rte_common.h:201:
+* It might not be read, written to, or accessed at all.
+ *
WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#222: FILE: lib/eal/include/rte_common.h:215:
+ * Tells compiler that the memory pointed to by a pointer argument
+* is not accessed by the function.
WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#223: FILE: lib/eal/include/rte_common.h:216:
+* is not accessed by the function.
+ *
total: 0 errors, 8 warnings, 153 lines checked
Warning in lib/eal/include/rte_common.h:
Using compiler attribute directly
More information about the test-report
mailing list