From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id E47A1A04B1 for ; Wed, 9 Sep 2020 01:44:51 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DF97D2BAB; Wed, 9 Sep 2020 01:44:51 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id D511C1BE85; Wed, 9 Sep 2020 01:44:49 +0200 (CEST) In-Reply-To: <20200905024938.14609-6-guinanx.sun@intel.com> References: <20200905024938.14609-6-guinanx.sun@intel.com> To: test-report@dpdk.org Cc: Guinan Sun Message-Id: <20200908234449.D511C1BE85@dpdk.org> Date: Wed, 9 Sep 2020 01:44:49 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw76596 [PATCH 5/9] net/i40e/base: add support for minimum rollback revision X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/76596 _coding style issues_ WARNING:TYPO_SPELLING: 'optin' may be misspelled - perhaps 'option'? #91: FILE: drivers/net/i40e/base/i40e_adminq_cmd.h:2425: + u8 optin_mode; /* bool */ WARNING:TYPO_SPELLING: 'OPTIN' may be misspelled - perhaps 'OPTION'? #92: FILE: drivers/net/i40e/base/i40e_adminq_cmd.h:2426: +#define I40E_AQ_RREV_OPTIN_MODE 0x01 WARNING:TYPO_SPELLING: 'optin' may be misspelled - perhaps 'option'? #137: FILE: drivers/net/i40e/base/i40e_common.c:3740: + cmd->optin_mode = mode; total: 0 errors, 3 warnings, 0 checks, 75 lines checked