[dpdk-test-report] |WARNING| pw78713 [PATCH v3 40/60] common/sfc_efx/base: add API to get Rx prefix information

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Sep 24 14:19:42 CEST 2020


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

_coding style issues_


ERROR:OPEN_BRACE: that open brace { should be on the previous line
#142: FILE: drivers/common/sfc_efx/base/ef10_rx.c:578:
+		[EFX_RX_PREFIX_FIELD_RSS_HASH]			=
+		    { 0,  32, B_FALSE },

ERROR:OPEN_BRACE: that open brace { should be on the previous line
#144: FILE: drivers/common/sfc_efx/base/ef10_rx.c:580:
+		[EFX_RX_PREFIX_FIELD_VLAN_STRIP_TCI]		=
+		    { 32, 16, B_TRUE },

ERROR:OPEN_BRACE: that open brace { should be on the previous line
#146: FILE: drivers/common/sfc_efx/base/ef10_rx.c:582:
+		[EFX_RX_PREFIX_FIELD_INNER_VLAN_STRIP_TCI]	=
+		    { 48, 16, B_TRUE },

ERROR:OPEN_BRACE: that open brace { should be on the previous line
#148: FILE: drivers/common/sfc_efx/base/ef10_rx.c:584:
+		[EFX_RX_PREFIX_FIELD_LENGTH]			=
+		    { 64, 16, B_FALSE },

ERROR:OPEN_BRACE: that open brace { should be on the previous line
#150: FILE: drivers/common/sfc_efx/base/ef10_rx.c:586:
+		[EFX_RX_PREFIX_FIELD_PARTIAL_TSTAMP]		=
+		    { 80, 32, B_FALSE },

ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required
#356: FILE: drivers/common/sfc_efx/base/efx_rx.c:1071:
+	return (0);

total: 6 errors, 0 warnings, 306 lines checked


More information about the test-report mailing list