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 2A7EF459C0 for ; Tue, 17 Sep 2024 22:43:00 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0EC56427DE; Tue, 17 Sep 2024 22:43:00 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id DBA62427D2 for ; Tue, 17 Sep 2024 22:42:58 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id CDC8B121D10; Tue, 17 Sep 2024 22:42:58 +0200 (CEST) Subject: |WARNING| pw144140 [PATCH v22 09/15] log: drop syslog support, and make code common In-Reply-To: <20240917203828.414701-10-stephen@networkplumber.org> References: <20240917203828.414701-10-stephen@networkplumber.org> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Stephen Hemminger Message-Id: <20240917204258.CDC8B121D10@dpdk.org> Date: Tue, 17 Sep 2024 22:42:58 +0200 (CEST) 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/144140 _coding style issues_ WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const #116: FILE: app/test/test_eal_flags.c:988: + const char *argv3[] = {prgname, prefix, mp_flag, "--syslog"}; WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const #122: FILE: app/test/test_eal_flags.c:990: + const char *argv4[] = {prgname, prefix, mp_flag, "--syslog", "always"}; total: 0 errors, 2 warnings, 134 lines checked