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 1D3E5A0C5C for ; Mon, 23 Aug 2021 15:56:28 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 12DFA41196; Mon, 23 Aug 2021 15:56:28 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 31C1A4118B for ; Mon, 23 Aug 2021 15:56:27 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 1D28B1226B3; Mon, 23 Aug 2021 15:56:27 +0200 (CEST) In-Reply-To: References: To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: "Szwed, Maciej" Message-Id: <20210823135627.1D28B1226B3@dpdk.org> Date: Mon, 23 Aug 2021 15:56:27 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw97229 [PATCH] 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/97229 _coding style issues_ ERROR:CORRUPTED_PATCH: patch seems to be corrupt (line wrapped?) #151: FILE: lib/eal/linux/eal_interrupts.c:919: #ifdef VFIO_PRESENT ERROR:CODE_INDENT: code indent should use tabs where possible #153: 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 #153: FILE: lib/eal/linux/eal_interrupts.c:921: + case RTE_INTR_HANDLE_VFIO_REQ:$ ERROR:CODE_INDENT: code indent should use tabs where possible #154: FILE: lib/eal/linux/eal_interrupts.c:922: + call = true;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #154: FILE: lib/eal/linux/eal_interrupts.c:922: + call = true;$ ERROR:CODE_INDENT: code indent should use tabs where possible #156: FILE: lib/eal/linux/eal_interrupts.c:924: + /* fall through */$ ERROR:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author '"Szwed, Maciej" ' total: 5 errors, 2 warnings, 22 lines checked