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 DB3A0A0C45 for ; Tue, 31 Aug 2021 15:01:29 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D78354013F; Tue, 31 Aug 2021 15:01:29 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id CC04A40041 for ; Tue, 31 Aug 2021 15:01:28 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 9BBC41226B3; Tue, 31 Aug 2021 15:01:28 +0200 (CEST) In-Reply-To: <20210831125924.3353952-1-sunil.pai.g@intel.com> References: <20210831125924.3353952-1-sunil.pai.g@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Sunil Pai G Message-Id: <20210831130128.9BBC41226B3@dpdk.org> Date: Tue, 31 Aug 2021 15:01:28 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw97601 [PATCH RFC] examples/vhost: remove the callbacks in app 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/97601 _coding style issues_ WARNING:AVOID_EXTERNS: externs should be avoided in .c files #332: FILE: examples/vhost/main.c:99: +extern struct dma_for_vhost dma_bind[MAX_VHOST_DEVICE]; ERROR:SPACING: space prohibited after that open square bracket '[' #361: FILE: examples/vhost/main.c:892: + int dmadev_id = dma_bind[vdev->vid].dmas[ VIRTIO_RXQ].dev_id; total: 1 errors, 1 warnings, 247 lines checked