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 8D6DEA04C1 for ; Fri, 11 Sep 2020 22:32:11 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 56C111C1E7; Fri, 11 Sep 2020 22:32:11 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id E46481C2A0; Fri, 11 Sep 2020 22:32:09 +0200 (CEST) In-Reply-To: <1599855987-25976-8-git-send-email-timothy.mcdaniel@intel.com> References: <1599855987-25976-8-git-send-email-timothy.mcdaniel@intel.com> To: test-report@dpdk.org Cc: Timothy McDaniel Message-Id: <20200911203209.E46481C2A0@dpdk.org> Date: Fri, 11 Sep 2020 22:32:09 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw77512 [PATCH 07/22] event/dlb2: add xstats 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/77512 _coding style issues_ WARNING:TYPO_SPELLING: 'HIST' may be misspelled - perhaps 'HEIST'? #401: FILE: drivers/event/dlb2/dlb2_xstats.c:265: + return DLB2_NUM_HIST_LIST_ENTRIES_PER_LDB_PORT; WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'? #1192: FILE: drivers/event/dlb2/dlb2_xstats.c:1056: + fprintf(f, "num atomic inflights=%u, hist list entries=%u ", WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'? #1194: FILE: drivers/event/dlb2/dlb2_xstats.c:1058: + handle->cfg.resources.num_hist_list_entries); WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'? #1213: FILE: drivers/event/dlb2/dlb2_xstats.c:1077: + fprintf(f, " num_hist_list_entries = %u ", WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'? #1214: FILE: drivers/event/dlb2/dlb2_xstats.c:1078: + dlb2->hw_rsrc_query_results.num_hist_list_entries); WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'? #1216: FILE: drivers/event/dlb2/dlb2_xstats.c:1080: + fprintf(f, " max_contiguous_hist_list_entries = %u ", WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'? #1217: FILE: drivers/event/dlb2/dlb2_xstats.c:1081: + dlb2->hw_rsrc_query_results.max_contiguous_hist_list_entries); total: 0 errors, 7 warnings, 1329 lines checked