|WARNING| pw137200 [PATCH] net/mlx5: link status change for bonding cases

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Feb 26 13:04:35 CET 2024


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

_coding style issues_


WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#122: 
master and slave interface netlink events indicate the bonding link

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#122: 
master and slave interface netlink events indicate the bonding link

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#124: 
bonding's master/slave.

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#124: 
bonding's master/slave.

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#128: 
and it should compare the link status of the bonding master to detect

WARNING:TYPO_SPELLING: 'IFF' may be misspelled - perhaps 'IF'?
#182: FILE: drivers/net/mlx5/linux/mlx5_ethdev_os.c:809:
+		((ifr.ifr_flags & IFF_UP) && (ifr.ifr_flags & IFF_RUNNING));

WARNING:TYPO_SPELLING: 'IFF' may be misspelled - perhaps 'IF'?
#182: FILE: drivers/net/mlx5/linux/mlx5_ethdev_os.c:809:
+		((ifr.ifr_flags & IFF_UP) && (ifr.ifr_flags & IFF_RUNNING));

total: 0 errors, 7 warnings, 0 checks, 72 lines checked


More information about the test-report mailing list