From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id A5C2B1C079; Wed, 11 Apr 2018 14:39:36 +0200 (CEST) In-Reply-To: References: To: test-report@dpdk.org Cc: Anatoly Burakov Message-Id: <20180411123936.A5C2B1C079@dpdk.org> Date: Wed, 11 Apr 2018 14:39:36 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw37912 [PATCH v6 46/70] vfio: allow to map other memory regions 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, 11 Apr 2018 12:39:37 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/37912 _coding style issues_ WARNING:AVOID_EXTERNS: externs should be avoided in .c files #50: FILE: lib/librte_eal/bsdapp/eal/eal.c:752: +int rte_vfio_dma_map(uint64_t vaddr, uint64_t iova, uint64_t len); WARNING:AVOID_EXTERNS: externs should be avoided in .c files #51: FILE: lib/librte_eal/bsdapp/eal/eal.c:753: +int rte_vfio_dma_unmap(uint64_t vaddr, uint64_t iova, uint64_t len); total: 0 errors, 2 warnings, 949 lines checked