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 EDD10A0546 for ; Sat, 1 May 2021 19:20:41 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E96C440685; Sat, 1 May 2021 19:20:41 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id E221B4013F for ; Sat, 1 May 2021 19:20:40 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id DD629121159; Sat, 1 May 2021 19:20:40 +0200 (CEST) In-Reply-To: <20210501171837.13282-3-dmitry.kozliuk@gmail.com> References: <20210501171837.13282-3-dmitry.kozliuk@gmail.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Dmitry Kozlyuk Message-Id: <20210501172040.DD629121159@dpdk.org> Date: Sat, 1 May 2021 19:20:40 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw92588 [kmods PATCH 2/3] windows/virt2phys: do not expose pageable physical addresses 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/92588 _coding style issues_ WARNING:SPACING: space prohibited between function name and open parenthesis '(' #569: FILE: windows/virt2phys/virt2phys_logic.c:230: + __except (EXCEPTION_EXECUTE_HANDLER) { ERROR:SPACING: need consistent spacing around '*' (ctx:WxV) #585: FILE: windows/virt2phys/virt2phys_logic.c:246: +virt2phys_translate(PVOID virt, PHYSICAL_ADDRESS *phys) ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxV) #679: FILE: windows/virt2phys/virt2phys_logic.h:30: +NTSTATUS virt2phys_translate(PVOID virt, PHYSICAL_ADDRESS *phys); ^ total: 2 errors, 1 warnings, 530 lines checked