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 8D8ECA0C43 for ; Wed, 20 Oct 2021 23:44:56 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 89BBD41140; Wed, 20 Oct 2021 23:44:56 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 8EC7340150 for ; Wed, 20 Oct 2021 23:44:54 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 86AAC120E1D; Wed, 20 Oct 2021 23:44:54 +0200 (CEST) In-Reply-To: <20211020214236.71444-10-stephen@networkplumber.org> References: <20211020214236.71444-10-stephen@networkplumber.org> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Stephen Hemminger Message-Id: <20211020214454.86AAC120E1D@dpdk.org> Date: Wed, 20 Oct 2021 23:44:54 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw102494 [PATCH v15 09/12] test: add a test for pcapng library 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/102494 _coding style issues_ WARNING:STATIC_CONST_CHAR_ARRAY: static char array declaration should probably be static const char #143: FILE: app/test/test_pcapng.c:27: +static char file_name[] = "/tmp/pcapng_test_XXXXXX.pcapng"; total: 0 errors, 1 warnings, 282 lines checked