From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id ADB91A0562 for ; Mon, 30 Mar 2020 06:11:58 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 94C911C066; Mon, 30 Mar 2020 06:11:58 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id C07401C065; Mon, 30 Mar 2020 06:11:56 +0200 (CEST) In-Reply-To: <20200330041026.784624-2-dmitry.kozliuk@gmail.com> References: <20200330041026.784624-2-dmitry.kozliuk@gmail.com> To: test-report@dpdk.org Cc: Dmitry Kozlyuk Message-Id: <20200330041156.C07401C065@dpdk.org> Date: Mon, 30 Mar 2020 06:11:56 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw67384 [PATCH 1/1] virt2phys: virtual to physical address translator for Windows 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: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/67384 _coding style issues_ ERROR:EXECUTE_PERMISSIONS: do not set execute permissions for source files #191: FILE: windows/virt2phys/virt2phys.c WARNING:BRACES: braces {} are not necessary for single statement blocks #226: FILE: windows/virt2phys/virt2phys.c:31: + if (!NT_SUCCESS(status)) { + KdPrint(("WdfDriverCreate() failed, status=%08x ", status)); + } ERROR:EXECUTE_PERMISSIONS: do not set execute permissions for source files #326: FILE: windows/virt2phys/virt2phys.h ERROR:EXECUTE_PERMISSIONS: do not set execute permissions for source files #366: FILE: windows/virt2phys/virt2phys.inf ERROR:EXECUTE_PERMISSIONS: do not set execute permissions for source files #457: FILE: windows/virt2phys/virt2phys.sln ERROR:EXECUTE_PERMISSIONS: do not set execute permissions for source files #490: FILE: windows/virt2phys/virt2phys.vcxproj ERROR:EXECUTE_PERMISSIONS: do not set execute permissions for source files #725: FILE: windows/virt2phys/virt2phys.vcxproj.filters total: 6 errors, 1 warnings, 618 lines checked