[dpdk-test-report] |WARNING| pw48610 [v3] net/i40e: fix VF/PF port close

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Dec 10 07:12:23 CET 2018


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

_coding style issues_


WARNING:TYPO_SPELLING: 'stoped' may be misspelled - perhaps 'stopped'?
#21: 
close. So it will never call i40evf_dev_close() after stoped the port.

CHECK:BOOL_MEMBER: Avoid using bool structure members because of possible alignment issues - see: https://lkml.org/lkml/2017/11/21/384
#44: FILE: drivers/net/i40e/base/i40e_type.h:673:
+	bool adapter_closed;

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#74: FILE: drivers/net/i40e/i40e_ethdev.c:2528:
+    hw->adapter_closed = 1;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#103: FILE: drivers/net/i40e/i40e_ethdev_vf.c:2264:
+    hw->adapter_closed = 1;$

total: 0 errors, 3 warnings, 1 checks, 52 lines checked


More information about the test-report mailing list