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 EDFB142943 for ; Fri, 14 Apr 2023 19:47:58 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E175542D3B; Fri, 14 Apr 2023 19:47:58 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id E1AD742D49 for ; Fri, 14 Apr 2023 19:47:57 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id CCD4C121EF4; Fri, 14 Apr 2023 19:47:57 +0200 (CEST) Subject: |WARNING| pw126117 [PATCH v2 17/22] test/pdcp: add timer expiry cases In-Reply-To: <20230414174512.642-18-anoobj@marvell.com> References: <20230414174512.642-18-anoobj@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Anoob Joseph Message-Id: <20230414174757.CCD4C121EF4@dpdk.org> Date: Fri, 14 Apr 2023 19:47:57 +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/126117 _coding style issues_ WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #273: FILE: app/test/test_pdcp.c:1221: +test_rte_timer_expiry_handle(struct rte_timer *tim, void *arg) WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #275: FILE: app/test/test_pdcp.c:1223: + struct test_rte_timer_args *tim_data = arg; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #279: FILE: app/test/test_pdcp.c:1227: + RTE_SET_USED(tim); WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #281: FILE: app/test/test_pdcp.c:1229: + n = rte_pdcp_t_reordering_expiry_handle(tim_data->pdcp_entity, out_mb); WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #284: FILE: app/test/test_pdcp.c:1232: + tim_data->status = n == 1 ? n : -1; total: 0 errors, 5 warnings, 386 lines checked