[dpdk-test-report] |WARNING| pw25076 [PATCH] dpdk: remove typos using codespell utility

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Jun 7 07:06:56 CEST 2017


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

_coding style issues_


WARNING:LONG_LINE: line over 90 characters
#421: FILE: drivers/net/bnx2x/ecore_hsi.h:3914:
+	uint16_t rx_cos_mask /* the bits that will be set on pfc/ safc paket with will be genratet when this ring is full. for regular flow control set this to 1 */;

WARNING:LONG_LINE_COMMENT: line over 90 characters
#439: FILE: drivers/net/bnx2x/ecore_hsi.h:4940:
+#define MAC_CONFIGURATION_ENTRY_OVERRIDE_VLAN_REMOVAL (0x1<<4) /* BitField flags	BitField flags  0 - can't remove vlan 1 - can remove vlan. relevant only to everest1 */

CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV)
#439: FILE: drivers/net/bnx2x/ecore_hsi.h:4940:
+#define MAC_CONFIGURATION_ENTRY_OVERRIDE_VLAN_REMOVAL (0x1<<4) /* BitField flags	BitField flags  0 - can't remove vlan 1 - can remove vlan. relevant only to everest1 */
                                                           ^

WARNING:LONG_LINE_COMMENT: line over 90 characters
#448: FILE: drivers/net/bnx2x/ecore_hsi.h:5027:
+#define TSTORM_ETH_FUNCTION_COMMON_CONFIG_VLAN_FILTERING_ENABLE (0x1<<7) /* BitField config_flagsGeneral configuration flags	0 - Don't filter by vlan, 1 - Filter according to the vlans specificied in mac_filter_config */

CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV)
#448: FILE: drivers/net/bnx2x/ecore_hsi.h:5027:
+#define TSTORM_ETH_FUNCTION_COMMON_CONFIG_VLAN_FILTERING_ENABLE (0x1<<7) /* BitField config_flagsGeneral configuration flags	0 - Don't filter by vlan, 1 - Filter according to the vlans specificied in mac_filter_config */
                                                                     ^

WARNING:LONG_LINE: line over 90 characters
#457: FILE: drivers/net/bnx2x/ecore_hsi.h:5637:
+	uint8_t allow_npar_tx_switching /* If set, inter-pf tx switching is allowed in Switch Independent function mode. (E2/E3 Only) */;

WARNING:LONG_LINE_COMMENT: line over 90 characters
#1539: FILE: examples/vhost_xen/xenstore_parse.c:296:
+ * This function maps grant node of vring or mbuf pool to a continuous virtual address space,

WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#1921: FILE: lib/librte_timer/rte_timer.c:186:
+		 * mark it atomically as being configured */

total: 0 errors, 6 warnings, 1873 lines checked


More information about the test-report mailing list