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 93B0348893 for ; Thu, 2 Oct 2025 19:47:02 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8B87A402BB; Thu, 2 Oct 2025 19:47:02 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 477F1402BB for ; Thu, 2 Oct 2025 19:47:01 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 125A5124256; Thu, 2 Oct 2025 19:46:58 +0200 (CEST) Subject: |WARNING| pw157222 [PATCH v8 12/18] eal: automatically init arg list options In-Reply-To: <20251002174315.962992-13-bruce.richardson@intel.com> References: <20251002174315.962992-13-bruce.richardson@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Bruce Richardson Message-Id: <20251002174658.125A5124256@dpdk.org> Date: Thu, 2 Oct 2025 19:46: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/157222 _coding style issues_ WARNING:LONG_LINE: line length of 103 exceeds 100 columns #98: FILE: lib/eal/common/eal_common_options.c:80: +#define LIST_ARG(long, short, help_str, fieldname) .fieldname = TAILQ_HEAD_INITIALIZER(args.fieldname), WARNING:MACRO_ARG_UNUSED: Argument 'long' is not used in function-like macro #98: FILE: lib/eal/common/eal_common_options.c:80: +#define LIST_ARG(long, short, help_str, fieldname) .fieldname = TAILQ_HEAD_INITIALIZER(args.fieldname), WARNING:MACRO_ARG_UNUSED: Argument 'short' is not used in function-like macro #98: FILE: lib/eal/common/eal_common_options.c:80: +#define LIST_ARG(long, short, help_str, fieldname) .fieldname = TAILQ_HEAD_INITIALIZER(args.fieldname), WARNING:MACRO_ARG_UNUSED: Argument 'help_str' is not used in function-like macro #98: FILE: lib/eal/common/eal_common_options.c:80: +#define LIST_ARG(long, short, help_str, fieldname) .fieldname = TAILQ_HEAD_INITIALIZER(args.fieldname), total: 0 errors, 4 warnings, 59 lines checked