[dpdk-test-report] |WARNING| pw80007 [PATCH v6 06/25] raw/ioat: split header for readability

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Oct 8 11:55:30 CEST 2020


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

_coding style issues_


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

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

total: 2 errors, 0 warnings, 351 lines checked


More information about the test-report mailing list