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 443A2A0524 for ; Thu, 6 May 2021 17:11:07 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3D22841104; Thu, 6 May 2021 17:11:07 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id D66F1410FF for ; Thu, 6 May 2021 17:11:05 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id B533F1211A1; Thu, 6 May 2021 17:11:05 +0200 (CEST) In-Reply-To: <20210506150908.797110-1-bruce.richardson@intel.com> References: <20210506150908.797110-1-bruce.richardson@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Bruce Richardson Message-Id: <20210506151105.B533F1211A1@dpdk.org> Date: Thu, 6 May 2021 17:11:05 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw93028 [PATCH] raw/ioat: fix bus requiring virtual addressing when no devs 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/93028 _coding style issues_ ERROR:INITIALISED_STATIC: do not initialise statics to 0 #94: FILE: drivers/raw/ioat/idxd_bus.c:22: +static unsigned int devcount = 0; total: 1 errors, 0 warnings, 24 lines checked