|WARNING| pw141652 [PATCH v3 057/129] net/ice/base: improve read retry value calculation

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Jun 25 13:22:52 CEST 2024


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

_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:528:
+#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