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 7B3CEA054F for ; Sun, 14 Mar 2021 17:46:43 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 778881608E5; Sun, 14 Mar 2021 17:46:43 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mails.dpdk.org (Postfix) with ESMTP id 64AAE160910 for ; Sun, 14 Mar 2021 17:46:42 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 618F02A62; Sun, 14 Mar 2021 17:46:42 +0100 (CET) In-Reply-To: References: To: test-report@dpdk.org Cc: Shijith Thotton Message-Id: <20210314164642.618F02A62@dpdk.org> Date: Sun, 14 Mar 2021 17:46:42 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw89088 [PATCH v2 2/3] test/event: add unit tests for periodic timer 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/89088 _coding style issues_ WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #212: FILE: app/test/test_event_timer_adapter.c:559: + * there will be 10 * MAX_TIMERS periodic timer triggers */ WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #231: FILE: app/test/test_event_timer_adapter.c:646: + * there will be 10 * MAX_TIMERS periodic timer triggers */ WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #249: FILE: app/test/test_event_timer_adapter.c:681: + struct rte_event_timer *ev_tim; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #250: FILE: app/test/test_event_timer_adapter.c:682: + const struct rte_event_timer tim = { WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #262: FILE: app/test/test_event_timer_adapter.c:694: + (void **)&ev_tim), WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #264: FILE: app/test/test_event_timer_adapter.c:696: + *ev_tim = tim; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #264: FILE: app/test/test_event_timer_adapter.c:696: + *ev_tim = tim; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #265: FILE: app/test/test_event_timer_adapter.c:697: + ev_tim->ev.event_ptr = ev_tim; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #265: FILE: app/test/test_event_timer_adapter.c:697: + ev_tim->ev.event_ptr = ev_tim; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #267: FILE: app/test/test_event_timer_adapter.c:699: + TEST_ASSERT_EQUAL(rte_event_timer_arm_burst(timdev, &ev_tim, WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #274: FILE: app/test/test_event_timer_adapter.c:706: + &ev_tim, 1), 1, WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #276: FILE: app/test/test_event_timer_adapter.c:708: + rte_mempool_put(eventdev_test_mempool, ev_tim); total: 0 errors, 12 warnings, 222 lines checked