|WARNING| pw144184 [PATCH] eal/alarm_cancel: Fix thread starvation
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed Sep 18 08:56:13 CEST 2024
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/144184
_coding style issues_
WARNING:LONG_LINE_COMMENT: line length of 105 exceeds 100 columns
#175: FILE: lib/eal/freebsd/eal_alarm.c:324:
+ /* Yield control to a second thread executing eal_alarm_callback to avoid its starvation,
WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#176: FILE: lib/eal/freebsd/eal_alarm.c:325:
+ * as it is waiting for the lock we have just released. */
WARNING:LONG_LINE_COMMENT: line length of 105 exceeds 100 columns
#192: FILE: lib/eal/linux/eal_alarm.c:254:
+ /* Yield control to a second thread executing eal_alarm_callback to avoid its starvation,
WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#193: FILE: lib/eal/linux/eal_alarm.c:255:
+ * as it is waiting for the lock we have just released. */
WARNING:LONG_LINE_COMMENT: line length of 105 exceeds 100 columns
#207: FILE: lib/eal/windows/eal_alarm.c:215:
+ /* Yield control to a second thread executing eal_alarm_callback to avoid its starvation,
WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#208: FILE: lib/eal/windows/eal_alarm.c:216:
+ * as it is waiting for the lock we have just released. */
total: 0 errors, 6 warnings, 34 lines checked
More information about the test-report
mailing list