From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 0BC5A5F72; Wed, 24 Oct 2018 04:21:58 +0200 (CEST) In-Reply-To: <1540347604-18590-1-git-send-email-tone.zhang@arm.com> References: <1540347604-18590-1-git-send-email-tone.zhang@arm.com> To: test-report@dpdk.org Cc: "tone.zhang" Message-Id: <20181024022158.0BC5A5F72@dpdk.org> Date: Wed, 24 Oct 2018 04:21:58 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw47274 pci_vfio: Support 64KB kernel page_size with vfio-pci driver 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: Wed, 24 Oct 2018 02:21:58 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/47274 _coding style issues_ WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #60: FILE: drivers/bus/pci/linux/pci_vfio.c:465: + * fall back to the MSI-X table offset in the bar. + */ WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #76: FILE: drivers/bus/pci/linux/pci_vfio.c:483: + * left after the MSI table, so don't try and map it. + */ ERROR:ELSE_AFTER_BRACE: else should follow close brace '}' #80: FILE: drivers/bus/pci/linux/pci_vfio.c:487: + } + else { total: 1 errors, 2 warnings, 45 lines checked