|WARNING| pw141809 [PATCH v4 037/103] net/ice/base: improve read retry value calculation

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Jun 26 14:00:51 CEST 2024


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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#72: 
Previous implementation of PHY timestamp retry value was set to a static value

ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#108: FILE: drivers/net/ice/base/ice_ptp_hw.h:522:
+#define TS_LL_READ_RETRIES		(TS_LL_MAX_TIME_READ_PER_PORT * \
+					 TS_LL_MAX_PORT) + TS_LL_DELTA_TIME

total: 1 errors, 1 warnings, 0 checks, 20 lines checked


More information about the test-report mailing list