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 7F06145BC3 for ; Thu, 24 Oct 2024 21:11:13 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 79FE4434E6; Thu, 24 Oct 2024 21:11:13 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id DA357400EF for ; Thu, 24 Oct 2024 21:11:00 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id D3646123108; Thu, 24 Oct 2024 21:11:00 +0200 (CEST) Subject: |WARNING| pw147155 [PATCH v28 07/13] log: rework syslog handling In-Reply-To: <20241024190818.172863-8-stephen@networkplumber.org> References: <20241024190818.172863-8-stephen@networkplumber.org> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Stephen Hemminger Message-Id: <20241024191100.D3646123108@dpdk.org> Date: Thu, 24 Oct 2024 21:11:00 +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/147155 _coding style issues_ WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const #140: FILE: app/test/test_eal_flags.c:988: + const char *argv3[] = {prgname, prefix, mp_flag, "--syslog=user"}; WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const #145: FILE: app/test/test_eal_flags.c:992: + const char *argv5[] = {prgname, prefix, mp_flag, "--syslog=invalid"}; WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'? #706: FILE: lib/log/log_syslog.c:5: +#include WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'? #710: FILE: lib/log/log_syslog.c:9: +#include total: 0 errors, 4 warnings, 521 lines checked