|WARNING| pw158083 [PATCH v1 3/4] net/intel: add support for Precision Time Protocol
checkpatch at dpdk.org
checkpatch at dpdk.org
Fri Oct 24 13:53:58 CEST 2025
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/158083
_coding style issues_
WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (32, 48)
#207: FILE: drivers/net/intel/idpf/idpf_common_rxtx.c:707:
+ if (rxq->time_high < rxq->hw_time_low)
+ rxq->hw_time_high += 1;
WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (32, 48)
#309: FILE: drivers/net/intel/idpf/idpf_common_rxtx.c:1187:
+ if (rxq->time_high < rxq->hw_time_low)
+ rxq->hw_time_high += 1;
WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (32, 48)
#361: FILE: drivers/net/intel/idpf/idpf_common_rxtx.c:1341:
+ if (rxq->time_high < rxq->hw_time_low)
+ rxq->hw_time_high += 1;
total: 0 errors, 3 warnings, 0 checks, 605 lines checked
More information about the test-report
mailing list