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 4084DA0524 for ; Sun, 30 May 2021 11:03:38 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 28EE140E01; Sun, 30 May 2021 11:03:38 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 5E76640E01 for ; Sun, 30 May 2021 11:03:36 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 53C85122E1E; Sun, 30 May 2021 11:03:36 +0200 (CEST) In-Reply-To: <20210530085929.29695-16-venkatkumar.duvvuru@broadcom.com> References: <20210530085929.29695-16-venkatkumar.duvvuru@broadcom.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Venkat Duvvuru Message-Id: <20210530090336.53C85122E1E@dpdk.org> Date: Sun, 30 May 2021 11:03:36 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw93564 [PATCH 15/58] net/bnxt: add dpool allocator for EM allocation 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/93564 _coding style issues_ WARNING:DEEP_INDENTATION: Too many leading tabs - consider code refactoring #384: FILE: drivers/net/bnxt/tf_core/dpool.c:291: + if (j == 0) WARNING:LONG_LINE: line length of 116 exceeds 100 columns #385: FILE: drivers/net/bnxt/tf_core/dpool.c:292: + dpool->entry[j + first_entry_index].flags |= DP_FLAGS_START; WARNING:TYPO_SPELLING: 'contiguious' may be misspelled - perhaps 'contiguous'? #524: FILE: drivers/net/bnxt/tf_core/dpool.h:52: + * Each entry represents a single or multiple contiguious entries total: 0 errors, 3 warnings, 0 checks, 1404 lines checked