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 E457044111 for ; Thu, 30 May 2024 16:53:11 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 95A92411F3; Thu, 30 May 2024 16:53:11 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 3D23A410FD for ; Thu, 30 May 2024 16:53:05 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 3842612367B; Thu, 30 May 2024 16:53:05 +0200 (CEST) Subject: |WARNING| pw140474 [PATCH v1 07/17] net/ntnic: add API for PMD driver modules In-Reply-To: <20240530144929.4127931-7-sil-plv@napatech.com> References: <20240530144929.4127931-7-sil-plv@napatech.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Serhii Iliushyk Message-Id: <20240530145305.3842612367B@dpdk.org> Date: Thu, 30 May 2024 16:53:05 +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/140474 _coding style issues_ WARNING:TYPO_SPELLING: 'convertion' may be misspelled - perhaps 'conversion'? #526: FILE: drivers/net/ntnic/ntnic_mod_reg.c:132: +static struct sensor_convertion_fun_ops *sensor_convertion_fun_ops; WARNING:TYPO_SPELLING: 'convertion' may be misspelled - perhaps 'conversion'? #526: FILE: drivers/net/ntnic/ntnic_mod_reg.c:132: +static struct sensor_convertion_fun_ops *sensor_convertion_fun_ops; WARNING:TYPO_SPELLING: 'convertion' may be misspelled - perhaps 'conversion'? #528: FILE: drivers/net/ntnic/ntnic_mod_reg.c:134: +void register_sensor_convertion_fun_ops(struct sensor_convertion_fun_ops *ops) WARNING:TYPO_SPELLING: 'convertion' may be misspelled - perhaps 'conversion'? #528: FILE: drivers/net/ntnic/ntnic_mod_reg.c:134: +void register_sensor_convertion_fun_ops(struct sensor_convertion_fun_ops *ops) WARNING:TYPO_SPELLING: 'convertion' may be misspelled - perhaps 'conversion'? #530: FILE: drivers/net/ntnic/ntnic_mod_reg.c:136: + sensor_convertion_fun_ops = ops; WARNING:TYPO_SPELLING: 'convertion' may be misspelled - perhaps 'conversion'? #533: FILE: drivers/net/ntnic/ntnic_mod_reg.c:139: +struct sensor_convertion_fun_ops *get_sensor_convertion_fun_ops(void) WARNING:TYPO_SPELLING: 'convertion' may be misspelled - perhaps 'conversion'? #533: FILE: drivers/net/ntnic/ntnic_mod_reg.c:139: +struct sensor_convertion_fun_ops *get_sensor_convertion_fun_ops(void) WARNING:TYPO_SPELLING: 'convertion' may be misspelled - perhaps 'conversion'? #535: FILE: drivers/net/ntnic/ntnic_mod_reg.c:141: + return sensor_convertion_fun_ops; WARNING:TYPO_SPELLING: 'convertion' may be misspelled - perhaps 'conversion'? #858: FILE: drivers/net/ntnic/ntnic_mod_reg.h:76: +struct sensor_convertion_fun_ops { WARNING:TYPO_SPELLING: 'convertion' may be misspelled - perhaps 'conversion'? #876: FILE: drivers/net/ntnic/ntnic_mod_reg.h:94: +void register_sensor_convertion_fun_ops(struct sensor_convertion_fun_ops *ops); WARNING:TYPO_SPELLING: 'convertion' may be misspelled - perhaps 'conversion'? #876: FILE: drivers/net/ntnic/ntnic_mod_reg.h:94: +void register_sensor_convertion_fun_ops(struct sensor_convertion_fun_ops *ops); WARNING:TYPO_SPELLING: 'convertion' may be misspelled - perhaps 'conversion'? #877: FILE: drivers/net/ntnic/ntnic_mod_reg.h:95: +struct sensor_convertion_fun_ops *get_sensor_convertion_fun_ops(void); WARNING:TYPO_SPELLING: 'convertion' may be misspelled - perhaps 'conversion'? #877: FILE: drivers/net/ntnic/ntnic_mod_reg.h:95: +struct sensor_convertion_fun_ops *get_sensor_convertion_fun_ops(void); total: 0 errors, 13 warnings, 0 checks, 1125 lines checked