|WARNING| pw144180 [PATCH v3 17/19] net/xsc: add dev link and MTU ops
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed Sep 18 08:13:34 CEST 2024
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/144180
_coding style issues_
Must be a reply to the first patch (--in-reply-to).
WARNING:TYPO_SPELLING: 'IFF' may be misspelled - perhaps 'IF'?
#92: 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'?
#99: 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'?
#178: FILE: drivers/net/xsc/xsc_utils.c:325:
+ unsigned int keep = ~IFF_UP;
total: 0 errors, 3 warnings, 0 checks, 113 lines checked
More information about the test-report
mailing list