From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 3B8522952; Mon, 8 May 2017 17:21:47 +0200 (CEST) In-Reply-To: <20170508152006.GA28180@jerin> References: <20170508152006.GA28180@jerin> To: test-report@dpdk.org Cc: Jerin Jacob Message-Id: <20170508152147.3B8522952@dpdk.org> Date: Mon, 8 May 2017 17:21:47 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw24148 [PATCH] vfio: fix device unplug when several devices per vfio group X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 May 2017 15:21:47 -0000 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