From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id BC599A0C5C for ; Mon, 23 Aug 2021 16:18:12 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B4F204014E; Mon, 23 Aug 2021 16:18:12 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 9132B4014D for ; Mon, 23 Aug 2021 16:18:11 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 785B91226B3; Mon, 23 Aug 2021 16:18:11 +0200 (CEST) In-Reply-To: References: To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: "Szwed, Maciej" Message-Id: <20210823141811.785B91226B3@dpdk.org> Date: Mon, 23 Aug 2021 16:18:11 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw97230 [PATCH v2] eal: read data buffer on RTE_INTR_HANDLE_VFIO_REQ X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/97230 _coding style issues_ Must be a reply to the first patch (--in-reply-to). ERROR:CORRUPTED_PATCH: patch seems to be corrupt (line wrapped?) #152: FILE: lib/eal/linux/eal_interrupts.c:919: #ifdef VFIO_PRESENT ERROR:CODE_INDENT: code indent should use tabs where possible #154: FILE: lib/eal/linux/eal_interrupts.c:921: + case RTE_INTR_HANDLE_VFIO_REQ:$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #154: FILE: lib/eal/linux/eal_interrupts.c:921: + case RTE_INTR_HANDLE_VFIO_REQ:$ ERROR:CODE_INDENT: code indent should use tabs where possible #155: FILE: lib/eal/linux/eal_interrupts.c:922: + call = true;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #155: FILE: lib/eal/linux/eal_interrupts.c:922: + call = true;$ ERROR:CODE_INDENT: code indent should use tabs where possible #157: FILE: lib/eal/linux/eal_interrupts.c:924: + /* fall through */$ WARNING:FROM_SIGN_OFF_MISMATCH: From:/Signed-off-by: email name mismatch: 'From: "Szwed, Maciej" ' != 'Signed-off-by: Maciej Szwed ' total: 4 errors, 3 warnings, 22 lines checked