[dpdk-test-report] |WARNING| pw24148 [PATCH] vfio: fix device unplug when several devices per vfio group

checkpatch at dpdk.org checkpatch at dpdk.org
Mon May 8 17:21:47 CEST 2017


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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#26: 
> > > devices which can not be isolated from other ones are set in same VFIO

ERROR:DIFF_IN_COMMIT_MSG: Avoid using diff content in the commit message - patch(1) might not work
#59: 
@@ -266,6 +269,7 @@ vfio_setup_device(const char *sysfs_base, const char

ERROR:CODE_INDENT: code indent should use tabs where possible
#175: FILE: lib/librte_eal/linuxapp/eal/eal_vfio.c:103:
+               printf("###### name %s vfio_group_fd %d
", filename, vfio_group_fd);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#175: FILE: lib/librte_eal/linuxapp/eal/eal_vfio.c:103:
+               printf("###### name %s vfio_group_fd %d
", filename, vfio_group_fd);$

ERROR:CORRUPTED_PATCH: patch seems to be corrupt (line wrapped?)
#180: FILE: lib/librte_eal/linuxapp/eal/eal_vfio.c:259:
*dev_addr,

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#184: FILE: lib/librte_eal/linuxapp/eal/eal_vfio.c:263:
+       printf("#### iommu_group_fd %d vfio_group_fd=%d
", iommu_group_no, vfio_group_fd);$

ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s)

total: 4 errors, 3 warnings, 15 lines checked


More information about the test-report mailing list