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

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Sep 11 04:10:59 CEST 2024


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

_coding style issues_

Must be a reply to the first patch (--in-reply-to).


WARNING:TYPO_SPELLING: 'IFF' may be misspelled - perhaps 'IF'?
#90: 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'?
#97: 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'?
#176: 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