[dpdk-test-report] |WARNING| pw75827 [PATCH v2 02/18] raw/ioat: split header for readability

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Aug 21 18:30:20 CEST 2020


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

_coding style issues_


WARNING:TYPO_SPELLING: 'publically' may be misspelled - perhaps 'publicly'?
#63: 
can split things so that there is one header with all the publically needed

ERROR:SPACING: space prohibited after that '&' (ctx:WxW)
#387: FILE: drivers/raw/ioat/rte_ioat_rawdev_fns.h:109:
+	*error = status & (RTE_IOAT_CHANSTS_SUSPENDED | RTE_IOAT_CHANSTS_ARMED);
 	                ^

ERROR:SPACING: space prohibited after that '-' (ctx:WxW)
#388: FILE: drivers/raw/ioat/rte_ioat_rawdev_fns.h:110:
+	return (status - ioat->ring_addr) >> 6;
 	               ^

total: 2 errors, 1 warnings, 343 lines checked


More information about the test-report mailing list