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 A385BA0093 for ; Fri, 23 Dec 2022 12:28:30 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9D7D640A7F; Fri, 23 Dec 2022 12:28:30 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 5966340698 for ; Fri, 23 Dec 2022 12:28:29 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 46EFF122EC0; Fri, 23 Dec 2022 12:28:29 +0100 (CET) Subject: |WARNING| pw121357 [PATCH 1/1] common/cnxk: add mbox locking In-Reply-To: <20221223112632.1281139-1-rkudurumalla@marvell.com> References: <20221223112632.1281139-1-rkudurumalla@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Rakesh Kudurumalla Message-Id: <20221223112829.46EFF122EC0@dpdk.org> Date: Fri, 23 Dec 2022 12:28:29 +0100 (CET) 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/121357 _coding style issues_ WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #7307: FILE: drivers/common/cnxk/roc_tim.c:105: + req = mbox_alloc_msg_tim_enable_ring(mbox); WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #7330: FILE: drivers/common/cnxk/roc_tim.c:136: + req = mbox_alloc_msg_tim_disable_ring(mbox); WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #7353: FILE: drivers/common/cnxk/roc_tim.c:172: + req = mbox_alloc_msg_tim_config_ring(mbox); WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #7385: FILE: drivers/common/cnxk/roc_tim.c:210: + req = mbox_alloc_msg_tim_get_min_intvl(mbox); WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #7407: FILE: drivers/common/cnxk/roc_tim.c:243: + req = mbox_alloc_msg_tim_lf_alloc(mbox); WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #7424: FILE: drivers/common/cnxk/roc_tim.c:264: + free_req = mbox_alloc_msg_tim_lf_free(mbox); WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #7448: FILE: drivers/common/cnxk/roc_tim.c:292: + req = mbox_alloc_msg_tim_lf_free(mbox_get(dev->mbox)); total: 0 errors, 7 warnings, 6909 lines checked