|WARNING| pw140716 [PATCH v3 19/25] net/axgbe: add support for 10 Mbps speed

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Jun 4 14:16:35 CEST 2024


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

_coding style issues_


CHECK:CAMELCASE: Avoid CamelCase: <ADVERTISED_10baseT_Full>
#234: FILE: drivers/net/axgbe/axgbe_mdio.c:1251:
+	else if (pdata->phy.advertising & ADVERTISED_10baseT_Full)

CHECK:CAMELCASE: Avoid CamelCase: <SUPPORTED_10baseT_Full>
#255: FILE: drivers/net/axgbe/axgbe_phy.h:179:
+#define SUPPORTED_10baseT_Full		(1 << 3)

total: 0 errors, 0 warnings, 2 checks, 295 lines checked


More information about the test-report mailing list