automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Serhii Iliushyk <sil-plv@napatech.com>
Subject: |WARNING| pw140482 [PATCH v1 13/17] net/ntnic: add adapter initialization
Date: Thu, 30 May 2024 16:58:55 +0200 (CEST)	[thread overview]
Message-ID: <20240530145855.0361B12367B@dpdk.org> (raw)
In-Reply-To: <20240530144929.4127931-13-sil-plv@napatech.com>

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

_coding style issues_


WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#365: FILE: drivers/net/ntnic/adapter/nt4ga_pci_ta_tg.c:189:
+	nthw_hif *p_master_instance = p_adapter_info->fpga_info.mp_nthw_hif;

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#366: FILE: drivers/net/ntnic/adapter/nt4ga_pci_ta_tg.c:190:
+	nthw_hif *p_slave_instance = NULL;

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#368: FILE: drivers/net/ntnic/adapter/nt4ga_pci_ta_tg.c:192:
+	nthw_pcie3 *p_pci_master = p_adapter_info->fpga_info.mp_nthw_pcie3;

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#369: FILE: drivers/net/ntnic/adapter/nt4ga_pci_ta_tg.c:193:
+	nthw_pcie3 *p_pci_slave = NULL;

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#371: FILE: drivers/net/ntnic/adapter/nt4ga_pci_ta_tg.c:195:
+	assert(p_master_instance || p_pci_master);

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#371: FILE: drivers/net/ntnic/adapter/nt4ga_pci_ta_tg.c:195:
+	assert(p_master_instance || p_pci_master);

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#487: FILE: drivers/net/ntnic/adapter/nt4ga_pci_ta_tg.c:311:
+			if (p_pci_master)

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#488: FILE: drivers/net/ntnic/adapter/nt4ga_pci_ta_tg.c:312:
+				nthw_pcie3_end_point_counters_sample_pre(p_pci_master, pri);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#490: FILE: drivers/net/ntnic/adapter/nt4ga_pci_ta_tg.c:314:
+			if (p_pci_slave)

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#491: FILE: drivers/net/ntnic/adapter/nt4ga_pci_ta_tg.c:315:
+				nthw_pcie3_end_point_counters_sample_pre(p_pci_slave, sla);

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#494: FILE: drivers/net/ntnic/adapter/nt4ga_pci_ta_tg.c:318:
+			if (p_master_instance)

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#495: FILE: drivers/net/ntnic/adapter/nt4ga_pci_ta_tg.c:319:
+				nthw_hif_stat_req_enable(p_master_instance);

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#497: FILE: drivers/net/ntnic/adapter/nt4ga_pci_ta_tg.c:321:
+			if (p_pci_master)

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#498: FILE: drivers/net/ntnic/adapter/nt4ga_pci_ta_tg.c:322:
+				nthw_pcie3_stat_req_enable(p_pci_master);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#500: FILE: drivers/net/ntnic/adapter/nt4ga_pci_ta_tg.c:324:
+			if (p_slave_instance)

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#501: FILE: drivers/net/ntnic/adapter/nt4ga_pci_ta_tg.c:325:
+				nthw_hif_stat_req_enable(p_slave_instance);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#503: FILE: drivers/net/ntnic/adapter/nt4ga_pci_ta_tg.c:327:
+			if (p_pci_slave)

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#504: FILE: drivers/net/ntnic/adapter/nt4ga_pci_ta_tg.c:328:
+				nthw_pcie3_stat_req_enable(p_pci_slave);

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#510: FILE: drivers/net/ntnic/adapter/nt4ga_pci_ta_tg.c:334:
+			if (p_master_instance)

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#511: FILE: drivers/net/ntnic/adapter/nt4ga_pci_ta_tg.c:335:
+				nthw_hif_stat_req_disable(p_master_instance);

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#513: FILE: drivers/net/ntnic/adapter/nt4ga_pci_ta_tg.c:337:
+			if (p_pci_master)

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#514: FILE: drivers/net/ntnic/adapter/nt4ga_pci_ta_tg.c:338:
+				nthw_pcie3_stat_req_disable(p_pci_master);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#516: FILE: drivers/net/ntnic/adapter/nt4ga_pci_ta_tg.c:340:
+			if (p_slave_instance)

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#517: FILE: drivers/net/ntnic/adapter/nt4ga_pci_ta_tg.c:341:
+				nthw_hif_stat_req_disable(p_slave_instance);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#519: FILE: drivers/net/ntnic/adapter/nt4ga_pci_ta_tg.c:343:
+			if (p_pci_slave)

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#520: FILE: drivers/net/ntnic/adapter/nt4ga_pci_ta_tg.c:344:
+				nthw_pcie3_stat_req_disable(p_pci_slave);

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#522: FILE: drivers/net/ntnic/adapter/nt4ga_pci_ta_tg.c:346:
+			/* Post process master */

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#523: FILE: drivers/net/ntnic/adapter/nt4ga_pci_ta_tg.c:347:
+			if (p_master_instance)

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#524: FILE: drivers/net/ntnic/adapter/nt4ga_pci_ta_tg.c:348:
+				nthw_hif_end_point_counters_sample(p_master_instance, pri);

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#526: FILE: drivers/net/ntnic/adapter/nt4ga_pci_ta_tg.c:350:
+			if (p_pci_master)

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#527: FILE: drivers/net/ntnic/adapter/nt4ga_pci_ta_tg.c:351:
+				nthw_pcie3_end_point_counters_sample_post(p_pci_master, pri);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#529: FILE: drivers/net/ntnic/adapter/nt4ga_pci_ta_tg.c:353:
+			/* Post process slave */

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#530: FILE: drivers/net/ntnic/adapter/nt4ga_pci_ta_tg.c:354:
+			if (p_slave_instance)

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#531: FILE: drivers/net/ntnic/adapter/nt4ga_pci_ta_tg.c:355:
+				nthw_hif_end_point_counters_sample(p_slave_instance, sla);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#533: FILE: drivers/net/ntnic/adapter/nt4ga_pci_ta_tg.c:357:
+			if (p_pci_slave)

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#534: FILE: drivers/net/ntnic/adapter/nt4ga_pci_ta_tg.c:358:
+				nthw_pcie3_end_point_counters_sample_post(p_pci_slave, sla);

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#603: FILE: drivers/net/ntnic/adapter/nt4ga_pci_ta_tg.c:427:
+				if (p_master_instance) {

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#604: FILE: drivers/net/ntnic/adapter/nt4ga_pci_ta_tg.c:428:
+					nthw_hif_stat_req_enable(p_master_instance);

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#606: FILE: drivers/net/ntnic/adapter/nt4ga_pci_ta_tg.c:430:
+					nthw_hif_stat_req_disable(p_master_instance);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1869: FILE: drivers/net/ntnic/nthw/core/nthw_i2cm.c:88:
+	/* #Set start condition along with slave I2C dev_addr */

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1910: FILE: drivers/net/ntnic/nthw/core/nthw_i2cm.c:129:
+	/* #Send START condition along with slave I2C dev_addr */

total: 0 errors, 41 warnings, 0 checks, 2052 lines checked

           reply	other threads:[~2024-05-30 14:58 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20240530144929.4127931-13-sil-plv@napatech.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=20240530145855.0361B12367B@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=sil-plv@napatech.com \
    --cc=test-report@dpdk.org \
    /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).