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 055F344111 for ; Thu, 30 May 2024 16:58:59 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0116A41132; Thu, 30 May 2024 16:58:59 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 0A2BE40A75 for ; Thu, 30 May 2024 16:58:55 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 0361B12367B; Thu, 30 May 2024 16:58:55 +0200 (CEST) Subject: |WARNING| pw140482 [PATCH v1 13/17] net/ntnic: add adapter initialization In-Reply-To: <20240530144929.4127931-13-sil-plv@napatech.com> References: <20240530144929.4127931-13-sil-plv@napatech.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Serhii Iliushyk Message-Id: <20240530145855.0361B12367B@dpdk.org> Date: Thu, 30 May 2024 16:58:55 +0200 (CEST) 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 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