[dpdk-test-report] |WARNING| pw90589 [PATCH v1 2/2] test/power: fix a bug in cpufreq autotest

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Apr 6 05:42:50 CEST 2021


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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#175: 
check_power_turbo() to continue if rte_power_turbo_status(TEST_POWER_LCORE_ID)!=1

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#200: FILE: app/test/test_power_cpufreq.c:392:
+       if (rte_power_turbo_status(TEST_POWER_LCORE_ID) != 1) {$

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (7, 15)
#200: FILE: app/test/test_power_cpufreq.c:392:
+       if (rte_power_turbo_status(TEST_POWER_LCORE_ID) != 1) {
                printf("Turbo not available on lcore %u, skipping test
",

total: 0 errors, 3 warnings, 8 lines checked


More information about the test-report mailing list