[dpdk-test-report] |WARNING| pw61494 [RFC v6 6/6] lib/ring: improved copy function to copy ring elements

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Oct 21 02:24:52 CEST 2019


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

_coding style issues_


ERROR:TRAILING_STATEMENTS: trailing statements should be on next line
#126: FILE: lib/librte_ring/rte_ring_elem.h:121:
+	case 7: du32[nr_num - 7] = su32[nr_num - 7]; /* fallthrough */

ERROR:TRAILING_STATEMENTS: trailing statements should be on next line
#127: FILE: lib/librte_ring/rte_ring_elem.h:122:
+	case 6: du32[nr_num - 6] = su32[nr_num - 6]; /* fallthrough */

ERROR:TRAILING_STATEMENTS: trailing statements should be on next line
#128: FILE: lib/librte_ring/rte_ring_elem.h:123:
+	case 5: du32[nr_num - 5] = su32[nr_num - 5]; /* fallthrough */

ERROR:TRAILING_STATEMENTS: trailing statements should be on next line
#129: FILE: lib/librte_ring/rte_ring_elem.h:124:
+	case 4: du32[nr_num - 4] = su32[nr_num - 4]; /* fallthrough */

ERROR:TRAILING_STATEMENTS: trailing statements should be on next line
#130: FILE: lib/librte_ring/rte_ring_elem.h:125:
+	case 3: du32[nr_num - 3] = su32[nr_num - 3]; /* fallthrough */

ERROR:TRAILING_STATEMENTS: trailing statements should be on next line
#131: FILE: lib/librte_ring/rte_ring_elem.h:126:
+	case 2: du32[nr_num - 2] = su32[nr_num - 2]; /* fallthrough */

ERROR:TRAILING_STATEMENTS: trailing statements should be on next line
#132: FILE: lib/librte_ring/rte_ring_elem.h:127:
+	case 1: du32[nr_num - 1] = su32[nr_num - 1]; /* fallthrough */

total: 7 errors, 0 warnings, 183 lines checked


More information about the test-report mailing list