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 432BA45CA6 for ; Thu, 7 Nov 2024 21:52:57 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 23B2F43324; Thu, 7 Nov 2024 21:52:57 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 3082B43322 for ; Thu, 7 Nov 2024 21:52:56 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 1889B12314F; Thu, 7 Nov 2024 21:52:56 +0100 (CET) Subject: |WARNING| pw148099 [PATCH v31 06/12] log: rework syslog handling In-Reply-To: <20241107205145.2424871-7-david.marchand@redhat.com> References: <20241107205145.2424871-7-david.marchand@redhat.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: David Marchand Message-Id: <20241107205256.1889B12314F@dpdk.org> Date: Thu, 7 Nov 2024 21:52:56 +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/148099 _coding style issues_ WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const #133: 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 #138: 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'? #228: FILE: doc/guides/prog_guide/log_lib.rst:10: +In addition, the log can be redirected to a different stdio file stream. WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'? #674: FILE: lib/log/log_syslog.c:6: +#include total: 0 errors, 4 warnings, 502 lines checked