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 216E2A0540 for ; Wed, 6 Jul 2022 11:44:49 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1E8644282E; Wed, 6 Jul 2022 11:44:49 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id BEBD440A7F for ; Wed, 6 Jul 2022 11:44:47 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id BB233120D82; Wed, 6 Jul 2022 11:44:47 +0200 (CEST) Subject: |WARNING| pw113728 [RFC PATCH 10/29] net/qdma: add net PMD ops template In-Reply-To: <20220706075219.517046-11-aman.kumar@vvdntech.in> References: <20220706075219.517046-11-aman.kumar@vvdntech.in> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Aman Kumar Message-Id: <20220706094447.BB233120D82@dpdk.org> Date: Wed, 6 Jul 2022 11:44:47 +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/113728 _coding style issues_ WARNING:TYPO_SPELLING: 'Uninitialze' may be misspelled - perhaps 'Uninitialize'? #334: FILE: drivers/net/qdma/qdma_devops.c:203: + * Uninitialze PF device after waiting for all its VFs to shutdown. WARNING:TYPO_SPELLING: 'applcation' may be misspelled - perhaps 'application'? #1070: FILE: drivers/net/qdma/qdma_devops.h:469: + * This callback is invoked when applcation calls rte_eth_dev_reset() API WARNING:TYPO_SPELLING: 'uninitialzes' may be misspelled - perhaps 'uninitializes'? #1071: FILE: drivers/net/qdma/qdma_devops.h:470: + * to reset a device. This callback uninitialzes PF device after waiting for total: 0 errors, 3 warnings, 0 checks, 1026 lines checked