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 7157642596 for ; Thu, 14 Sep 2023 12:42:44 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 57DD44069D; Thu, 14 Sep 2023 12:42:44 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 5C82B40691 for ; Thu, 14 Sep 2023 12:42:43 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 41491120802; Thu, 14 Sep 2023 12:42:43 +0200 (CEST) Subject: |WARNING| pw131411 [PATCH 1/1] app/test: skip PCI bus scan when testing prefix flags In-Reply-To: <20230914104215.71408-2-bruce.richardson@intel.com> References: <20230914104215.71408-2-bruce.richardson@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Bruce Richardson Message-Id: <20230914104243.41491120802@dpdk.org> Date: Thu, 14 Sep 2023 12:42:43 +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/131411 _coding style issues_ WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const #83: FILE: app/test/test_eal_flags.c:1206: + const char *argv0[] = {prgname, mp_flag, "--no-pci", "-m", WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const #88: FILE: app/test/test_eal_flags.c:1210: + const char *argv1[] = {prgname, "--no-pci", "-m", WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const #93: FILE: app/test/test_eal_flags.c:1214: + const char *argv2[] = {prgname, "--no-pci", "-m", WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const #99: FILE: app/test/test_eal_flags.c:1219: + const char *argv3[] = {prgname, "--no-pci", "-m", WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const #105: FILE: app/test/test_eal_flags.c:1224: + const char *argv4[] = {prgname, "--no-pci", "-m", total: 0 errors, 5 warnings, 57 lines checked