automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Timothy McDaniel <timothy.mcdaniel@intel.com>
Subject: [dpdk-test-report] |WARNING| pw83024 [PATCH v6 08/23] event/dlb2: add probe-time hardware init
Date: Fri, 30 Oct 2020 19:38:56 +0100 (CET)	[thread overview]
Message-ID: <20201030183856.4B29BA54B@dpdk.org> (raw)
In-Reply-To: <1604082547-16710-9-git-send-email-timothy.mcdaniel@intel.com>

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/83024

_coding style issues_


WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#187: FILE: drivers/event/dlb2/dlb2.c:139:
+		dlb2->hw_rsrc_query_results.num_hist_list_entries;

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#412: FILE: drivers/event/dlb2/pf/base/dlb2_resource.c:88:
+	map = rsrcs->avail_hist_list_entries;

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#414: FILE: drivers/event/dlb2/pf/base/dlb2_resource.c:90:
+	arg->num_hist_list_entries = dlb2_bitmap_count(map);

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#416: FILE: drivers/event/dlb2/pf/base/dlb2_resource.c:92:
+	arg->max_contiguous_hist_list_entries =

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#441: FILE: drivers/event/dlb2/pf/base/dlb2_resource.c:117:
+	if (hw->pf.avail_hist_list_entries)

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#442: FILE: drivers/event/dlb2/pf/base/dlb2_resource.c:118:
+		dlb2_bitmap_free(hw->pf.avail_hist_list_entries);

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#445: FILE: drivers/event/dlb2/pf/base/dlb2_resource.c:121:
+		if (hw->vdev[i].avail_hist_list_entries)

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#446: FILE: drivers/event/dlb2/pf/base/dlb2_resource.c:122:
+			dlb2_bitmap_free(hw->vdev[i].avail_hist_list_entries);

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#529: FILE: drivers/event/dlb2/pf/base/dlb2_resource.c:205:
+	ret = dlb2_bitmap_alloc(&hw->pf.avail_hist_list_entries,

WARNING:TYPO_SPELLING: 'HIST' may be misspelled - perhaps 'HEIST'?
#530: FILE: drivers/event/dlb2/pf/base/dlb2_resource.c:206:
+				DLB2_MAX_NUM_HIST_LIST_ENTRIES);

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#534: FILE: drivers/event/dlb2/pf/base/dlb2_resource.c:210:
+	ret = dlb2_bitmap_fill(hw->pf.avail_hist_list_entries);

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#539: FILE: drivers/event/dlb2/pf/base/dlb2_resource.c:215:
+		ret = dlb2_bitmap_alloc(&hw->vdev[i].avail_hist_list_entries,

WARNING:TYPO_SPELLING: 'HIST' may be misspelled - perhaps 'HEIST'?
#540: FILE: drivers/event/dlb2/pf/base/dlb2_resource.c:216:
+					DLB2_MAX_NUM_HIST_LIST_ENTRIES);

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#544: FILE: drivers/event/dlb2/pf/base/dlb2_resource.c:220:
+		ret = dlb2_bitmap_zero(hw->vdev[i].avail_hist_list_entries);

WARNING:TYPO_SPELLING: 'mmaped' may be misspelled - perhaps 'mapped'?
#689: FILE: drivers/event/dlb2/pf/dlb2_pf.c:53:
+		dlb2_port[i][DLB2_DIR_PORT].mmaped = true;

WARNING:TYPO_SPELLING: 'mmaped' may be misspelled - perhaps 'mapped'?
#694: FILE: drivers/event/dlb2/pf/dlb2_pf.c:58:
+		dlb2_port[i][DLB2_LDB_PORT].mmaped = true;

total: 0 errors, 16 warnings, 656 lines checked

           reply	other threads:[~2020-10-30 18:39 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <1604082547-16710-9-git-send-email-timothy.mcdaniel@intel.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201030183856.4B29BA54B@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=test-report@dpdk.org \
    --cc=timothy.mcdaniel@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).