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 A5451A00C4 for ; Mon, 14 Feb 2022 09:16:55 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A0154410F6; Mon, 14 Feb 2022 09:16:55 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 7D97F4068C for ; Mon, 14 Feb 2022 09:16:54 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 79EFB12336A; Mon, 14 Feb 2022 09:16:54 +0100 (CET) Subject: |WARNING| pw107411 [PATCH 1/2] net/bonding: add error hint for invald args In-Reply-To: <20220214081344.13637-1-wanjunjie@bytedance.com> References: <20220214081344.13637-1-wanjunjie@bytedance.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Wan Junjie Message-Id: <20220214081654.79EFB12336A@dpdk.org> Date: Mon, 14 Feb 2022 09:16:54 +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/107411 _coding style issues_ WARNING:TYPO_SPELLING: 'invald' may be misspelled - perhaps 'invalid'? #58: Subject: [PATCH 1/2] net/bonding: add error hint for invald args WARNING:TYPO_SPELLING: 'exsit' may be misspelled - perhaps 'exist'? #76: When invalid args exsit, application exits with no error hint. WARNING:TYPO_SPELLING: 'reson' may be misspelled - perhaps 'reason'? #77: Adding a log message here will help users to know the reson. total: 0 errors, 3 warnings, 0 checks, 11 lines checked