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 D247C42B8F for ; Wed, 24 May 2023 18:06:27 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D033D42D42; Wed, 24 May 2023 18:06:27 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 87FE242D44 for ; Wed, 24 May 2023 18:06:23 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 8273C120927; Wed, 24 May 2023 18:06:23 +0200 (CEST) Subject: |WARNING| pw127348 [PATCH v3 17/22] test/pdcp: add timer expiry cases In-Reply-To: <20230524160116.304-18-anoobj@marvell.com> References: <20230524160116.304-18-anoobj@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Anoob Joseph Message-Id: <20230524160623.8273C120927@dpdk.org> Date: Wed, 24 May 2023 18:06:23 +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/127348 _coding style issues_ WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #286: FILE: app/test/test_pdcp.c:1262: +test_rte_timer_expiry_handle(struct rte_timer *tim, void *arg) WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #288: FILE: app/test/test_pdcp.c:1264: + struct test_rte_timer_args *tim_data = arg; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #292: FILE: app/test/test_pdcp.c:1268: + RTE_SET_USED(tim); WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #294: FILE: app/test/test_pdcp.c:1270: + n = rte_pdcp_t_reordering_expiry_handle(tim_data->pdcp_entity, out_mb); WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #297: FILE: app/test/test_pdcp.c:1273: + tim_data->status = n == 1 ? n : -1; total: 0 errors, 5 warnings, 411 lines checked