automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw140482 [PATCH v1 13/17] net/ntnic: add adapter initialization
       [not found] <20240530144929.4127931-13-sil-plv@napatech.com>
@ 2024-05-30 14:58 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2024-05-30 14:58 UTC (permalink / raw)
  To: test-report; +Cc: Serhii Iliushyk

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-05-30 14:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20240530144929.4127931-13-sil-plv@napatech.com>
2024-05-30 14:58 ` |WARNING| pw140482 [PATCH v1 13/17] net/ntnic: add adapter initialization checkpatch

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).