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 548B144111 for ; Thu, 30 May 2024 17:00:23 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 466E240A75; Thu, 30 May 2024 17:00:23 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 6477F40691 for ; Thu, 30 May 2024 17:00:22 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 5CC6012367B; Thu, 30 May 2024 17:00:22 +0200 (CEST) Subject: |WARNING| pw140487 [PATCH v1 11/17] net/ntnic: add ethdev and makes PMD available In-Reply-To: <20240530144929.4127931-11-sil-plv@napatech.com> References: <20240530144929.4127931-11-sil-plv@napatech.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Serhii Iliushyk Message-Id: <20240530150022.5CC6012367B@dpdk.org> Date: Thu, 30 May 2024 17:00:22 +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/140487 _coding style issues_ WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'? #483: FILE: drivers/net/ntnic/ntnic_ethdev.c:6: +#include WARNING:TYPO_SPELLING: 'statics' may be misspelled - perhaps 'statistics'? #568: FILE: drivers/net/ntnic/ntnic_ethdev.c:91: +/* Global statics: */ WARNING:TYPO_SPELLING: 'neccessary' may be misspelled - perhaps 'necessary'? #1333: FILE: drivers/net/ntnic/ntnic_ethdev.c:856: + /* Return statement is not neccessary here to allow traffic proccesing by SW */ WARNING:TYPO_SPELLING: 'neccessary' may be misspelled - perhaps 'necessary'? #1340: FILE: drivers/net/ntnic/ntnic_ethdev.c:863: + /* Return statement is not neccessary here to allow traffic proccesing by SW */ total: 0 errors, 4 warnings, 0 checks, 1884 lines checked Warning in drivers/net/ntnic/ntnic_ethdev.c: Using pthread functions, prefer rte_thread Warning in drivers/net/ntnic/meson.build: Using experimental build flag for in-tree compilation Warning in drivers/net/ntnic/ntnic_ethdev.c: Prefer rte_thread_(set_prefixed_name|create_internal_control)