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 9AFCDA0032 for ; Fri, 18 Feb 2022 04:12:43 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 934E740E2D; Fri, 18 Feb 2022 04:12:43 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 6EFC940150 for ; Fri, 18 Feb 2022 04:12:42 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 4B07B12336A; Fri, 18 Feb 2022 04:12:42 +0100 (CET) Subject: |WARNING| pw107776 [PATCH v1] raw/ifpga: initialize scalar variable before using In-Reply-To: <20220218030910.265812-1-wei.huang@intel.com> References: <20220218030910.265812-1-wei.huang@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Wei Huang Message-Id: <20220218031242.4B07B12336A@dpdk.org> Date: Fri, 18 Feb 2022 04:12:42 +0100 (CET) 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 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/107776 _coding style issues_ ERROR:SPACING: space required after that ',' (ctx:VxV) #84: FILE: drivers/raw/ifpga/ifpga_rawdev.c:219: + char sub_brg_bdf[4][16] = {{0},{0},{0},{0}}; ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #84: FILE: drivers/raw/ifpga/ifpga_rawdev.c:219: + char sub_brg_bdf[4][16] = {{0},{0},{0},{0}}; ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #84: FILE: drivers/raw/ifpga/ifpga_rawdev.c:219: + char sub_brg_bdf[4][16] = {{0},{0},{0},{0}}; ^ total: 3 errors, 0 warnings, 8 lines checked