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 EB289A0C41 for ; Thu, 16 Sep 2021 02:16:22 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E45244003F; Thu, 16 Sep 2021 02:16:22 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id E07CE4003C for ; Thu, 16 Sep 2021 02:16:21 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id DC381122EE7; Thu, 16 Sep 2021 02:16:21 +0200 (CEST) In-Reply-To: <20210916001416.39998-10-stephen@networkplumber.org> References: <20210916001416.39998-10-stephen@networkplumber.org> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Stephen Hemminger Message-Id: <20210916001621.DC381122EE7@dpdk.org> Date: Thu, 16 Sep 2021 02:16:21 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw98969 [PATCH v9 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/98969 _coding style issues_ WARNING:STATIC_CONST_CHAR_ARRAY: static char array declaration should probably be static const char #141: FILE: app/test/test_pcapng.c:27: +static char file_name[] = "/tmp/pcapng_test_XXXXXX.pcapng"; total: 0 errors, 1 warnings, 282 lines checked