[dpdk-test-report] |WARNING| pw45203 [03/11] net/sfc/base: adjust PHY module info interface

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Sep 24 15:51:33 CEST 2018


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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'offset > EFX_PHY_MEDIA_INFO_MAX_OFFSET'
#132: FILE: drivers/net/sfc/base/efx_phy.c:300:
+	if ((offset > EFX_PHY_MEDIA_INFO_MAX_OFFSET) ||
+	    ((offset + len) > EFX_PHY_MEDIA_INFO_MAX_OFFSET)) {

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


More information about the test-report mailing list