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 B9D3A43270 for ; Thu, 2 Nov 2023 18:33:50 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B41FB40144; Thu, 2 Nov 2023 18:33:50 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id E2A22427DA for ; Thu, 2 Nov 2023 18:33:48 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id D3821120A24; Thu, 2 Nov 2023 18:33:48 +0100 (CET) Subject: |WARNING| pw133790 [24.03 RFC 3/3] args: add functions to check parameter validity In-Reply-To: <20231102172849.7400-4-bruce.richardson@intel.com> References: <20231102172849.7400-4-bruce.richardson@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Bruce Richardson Message-Id: <20231102173348.D3821120A24@dpdk.org> Date: Thu, 2 Nov 2023 18:33:48 +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/133790 _coding style issues_ WARNING:ONE_SEMICOLON: Statements terminations use 1 semicolon #210: FILE: lib/args/args.c:300: + return args_is_valid_arg(arg, eal_shortopts, eal_longopts);; WARNING:TYPO_SPELLING: 'previouly' may be misspelled - perhaps 'previously'? #224: FILE: lib/args/rte_args.h:198: + * will replace any previouly registered values. This function is not total: 0 errors, 2 warnings, 200 lines checked