|WARNING| pw143710 [PATCH 17/19] net/xsc: add dev link and MTU ops

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Sep 6 14:17:38 CEST 2024


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

_coding style issues_


WARNING:TYPO_SPELLING: 'IFF' may be misspelled - perhaps 'IF'?
#91: FILE: drivers/net/xsc/xsc_ethdev.c:194:
+	return xsc_link_process(dev, priv->ifindex, IFF_UP);

WARNING:TYPO_SPELLING: 'IFF' may be misspelled - perhaps 'IF'?
#98: FILE: drivers/net/xsc/xsc_ethdev.c:201:
+	return xsc_link_process(dev, priv->ifindex, ~IFF_UP);

WARNING:TYPO_SPELLING: 'IFF' may be misspelled - perhaps 'IF'?
#177: FILE: drivers/net/xsc/xsc_utils.c:333:
+	unsigned int keep = ~IFF_UP;

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


More information about the test-report mailing list