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 05394A00C2 for ; Mon, 2 Jan 2023 17:26:47 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F3C5640693; Mon, 2 Jan 2023 17:26:46 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 4729540689 for ; Mon, 2 Jan 2023 17:26:45 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 424A9122EC0; Mon, 2 Jan 2023 17:26:45 +0100 (CET) Subject: |WARNING| pw121508 [PATCH 4/6] app/dumpcap: fix capturing on multiple interfaces In-Reply-To: <20230102162441.6205-4-koncept1@gmail.com> References: <20230102162441.6205-4-koncept1@gmail.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Ben Magistro Message-Id: <20230102162645.424A9122EC0@dpdk.org> Date: Mon, 2 Jan 2023 17:26:45 +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/121508 _coding style issues_ ERROR:INITIALISED_STATIC: do not initialise statics to 0 #109: FILE: app/dumpcap/main.c:68: +static uint8_t interface_arg_count = 0; /* count of interfaces configured via -i */ total: 1 errors, 0 warnings, 84 lines checked Warning in app/dumpcap/main.c: Declaring a variable inside for()