|WARNING| pw141780 [PATCH v4 008/103] net/ice/base: implement initial PTP support for E830

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Jun 26 13:56:00 CEST 2024


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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#75: 
difference besides some other register addresses is that in E830 we are able to

WARNING:LONG_LINE_COMMENT: line length of 116 exceeds 100 columns
#183: FILE: drivers/net/ice/base/ice_hw_autogen.h:10:
+#define E830_PRTTSYN_TXTIME_H(_i)		(0x001E5004 + ((_i) * 64)) /* _i=0...63 */ /* Reset Source: GLOBR */

WARNING:LONG_LINE_COMMENT: line length of 116 exceeds 100 columns
#184: FILE: drivers/net/ice/base/ice_hw_autogen.h:11:
+#define E830_PRTTSYN_TXTIME_L(_i)		(0x001E5000 + ((_i) * 64)) /* _i=0...63 */ /* Reset Source: GLOBR */

total: 0 errors, 3 warnings, 0 checks, 352 lines checked


More information about the test-report mailing list