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 765CF46801 for ; Tue, 27 May 2025 11:22:58 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 71C9840144; Tue, 27 May 2025 11:22:58 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 8508940144 for ; Tue, 27 May 2025 11:22:57 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 6C70F125267; Tue, 27 May 2025 11:22:19 +0200 (CEST) Subject: |WARNING| pw153742 [PATCH 1/3] argparse: add support for string and boolean args In-Reply-To: <20250527092113.903910-2-bruce.richardson@intel.com> References: <20250527092113.903910-2-bruce.richardson@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Bruce Richardson Message-Id: <20250527092219.6C70F125267@dpdk.org> Date: Tue, 27 May 2025 11:22:19 +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/153742 _coding style issues_ WARNING:LONG_LINE: line length of 108 exceeds 100 columns #175: FILE: lib/argparse/rte_argparse.c:536: + ARGPARSE_LOG(ERR, "argument %s expects a boolean (true/false, 0/1) value!", arg->name_long); total: 0 errors, 1 warnings, 107 lines checked