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 D15A9A00C2 for ; Wed, 4 Jan 2023 07:58:35 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CC1F140A82; Wed, 4 Jan 2023 07:58:35 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id CE13840697 for ; Wed, 4 Jan 2023 07:58:34 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id C0D9E122EC0; Wed, 4 Jan 2023 07:58:34 +0100 (CET) Subject: |WARNING| pw121557 [PATCH v2 1/1] common/cnxk: add mbox locking In-Reply-To: <20230104065713.1174742-1-rkudurumalla@marvell.com> References: <20230104065713.1174742-1-rkudurumalla@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Rakesh Kudurumalla Message-Id: <20230104065834.C0D9E122EC0@dpdk.org> Date: Wed, 4 Jan 2023 07:58:34 +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/121557 _coding style issues_ WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #7314: 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'? #7337: 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'? #7360: 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'? #7392: 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'? #7414: 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'? #7431: 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'? #7455: FILE: drivers/common/cnxk/roc_tim.c:292: + req = mbox_alloc_msg_tim_lf_free(mbox_get(dev->mbox)); total: 0 errors, 7 warnings, 6914 lines checked