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 D3B30A034C for ; Mon, 28 Mar 2022 10:14:46 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CFDDD42871; Mon, 28 Mar 2022 10:14:46 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 8406D427EA for ; Mon, 28 Mar 2022 10:14:45 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 7F801121D58; Mon, 28 Mar 2022 10:14:45 +0200 (CEST) Subject: |WARNING| pw108925 [RFC] net/i40e: backport i40e fixes and share code to 20.11.4 In-Reply-To: <20220328080419.84725-1-stevex.yang@intel.com> References: <20220328080419.84725-1-stevex.yang@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Steve Yang Message-Id: <20220328081445.7F801121D58@dpdk.org> Date: Mon, 28 Mar 2022 10:14:45 +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/108925 _coding style issues_ WARNING:TYPO_SPELLING: 'accomdate' may be misspelled - perhaps 'accommodate'? #1394: FILE: drivers/common/iavf/siov_regs.h:38: +/* Begin at offset of 33MB + 4k to accomdate CTL01 register */ WARNING:LONG_LINE_COMMENT: line length of 101 exceeds 100 columns #3865: FILE: drivers/net/i40e/base/i40e_register.h:2398: +#define I40E_GL_RXERR1H(_i) (0x00318004 + ((_i) * 8)) /* _i=0...143 */ /* Reset: CORER */ WARNING:LONG_LINE_COMMENT: line length of 101 exceeds 100 columns #3869: FILE: drivers/net/i40e/base/i40e_register.h:2402: +#define I40E_GL_RXERR1L(_i) (0x00318000 + ((_i) * 8)) /* _i=0...143 */ /* Reset: CORER */ total: 0 errors, 3 warnings, 0 checks, 4328 lines checked