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 A09DEA0548 for ; Fri, 3 Dec 2021 08:25:26 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 856CB4014F; Fri, 3 Dec 2021 08:25:26 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 765FF40041 for ; Fri, 3 Dec 2021 08:25:25 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 5ABBF122DB7; Fri, 3 Dec 2021 08:25:25 +0100 (CET) Subject: |WARNING| pw104846 [PATCH] net/kni: reset rte_kni_conf struct before initialization In-Reply-To: References: To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Harold Huang Message-Id: <20211203072525.5ABBF122DB7@dpdk.org> Date: Fri, 3 Dec 2021 08:25:25 +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/104846 _coding style issues_ WARNING:LEADING_SPACE: please, no spaces at the start of a line #92: FILE: drivers/net/kni/rte_eth_kni.c:131: + memset(&conf, 0, sizeof(conf));$ total: 0 errors, 1 warnings, 0 checks, 7 lines checked