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 3118041D9B for ; Tue, 28 Feb 2023 10:47:13 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2E1DC4021F; Tue, 28 Feb 2023 10:47:13 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id EC3734021F for ; Tue, 28 Feb 2023 10:47:11 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id D893F120D89; Tue, 28 Feb 2023 10:47:11 +0100 (CET) Subject: |WARNING| pw124568 [RFC 2/2] eal: add high-performance timer facility In-Reply-To: <20230228093916.87206-3-mattias.ronnblom@ericsson.com> References: <20230228093916.87206-3-mattias.ronnblom@ericsson.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: =?utf-8?q?Mattias_R=C3=B6nnblom?= Message-Id: <20230228094711.D893F120D89@dpdk.org> Date: Tue, 28 Feb 2023 10:47:11 +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/124568 _coding style issues_ WARNING:TYPO_SPELLING: 'hierachical' may be misspelled - perhaps 'hierarchical'? #125: The htimer library employs per-lcore hierachical timer wheels and a WARNING:TYPO_SPELLING: 'occured' may be misspelled - perhaps 'occurred'? #576: FILE: app/test/test_htimer_mgr.c:367: + bool *failure_occured; WARNING:TYPO_SPELLING: 'occured' may be misspelled - perhaps 'occurred'? #583: FILE: app/test/test_htimer_mgr.c:374: + bool *failure_occured) WARNING:TYPO_SPELLING: 'occured' may be misspelled - perhaps 'occurred'? #595: FILE: app/test/test_htimer_mgr.c:386: + timer->failure_occured = failure_occured; WARNING:TYPO_SPELLING: 'occured' may be misspelled - perhaps 'occurred'? #595: FILE: app/test/test_htimer_mgr.c:386: + timer->failure_occured = failure_occured; WARNING:TYPO_SPELLING: 'occured' may be misspelled - perhaps 'occurred'? #625: FILE: app/test/test_htimer_mgr.c:416: + *(test_timer->failure_occured) = true; WARNING:TYPO_SPELLING: 'occured' may be misspelled - perhaps 'occurred'? #648: FILE: app/test/test_htimer_mgr.c:439: + bool *failure_occured; WARNING:TYPO_SPELLING: 'occured' may be misspelled - perhaps 'occurred'? #655: FILE: app/test/test_htimer_mgr.c:446: + bool *failure_occured) WARNING:TYPO_SPELLING: 'occured' may be misspelled - perhaps 'occurred'? #668: FILE: app/test/test_htimer_mgr.c:459: + timer->failure_occured = failure_occured; WARNING:TYPO_SPELLING: 'occured' may be misspelled - perhaps 'occurred'? #668: FILE: app/test/test_htimer_mgr.c:459: + timer->failure_occured = failure_occured; WARNING:TYPO_SPELLING: 'occured' may be misspelled - perhaps 'occurred'? #679: FILE: app/test/test_htimer_mgr.c:470: + bool *failure_occured = cancel_timer->failure_occured; WARNING:TYPO_SPELLING: 'occured' may be misspelled - perhaps 'occurred'? #679: FILE: app/test/test_htimer_mgr.c:470: + bool *failure_occured = cancel_timer->failure_occured; WARNING:TYPO_SPELLING: 'occured' may be misspelled - perhaps 'occurred'? #682: FILE: app/test/test_htimer_mgr.c:473: + *failure_occured = true; WARNING:TYPO_SPELLING: 'occured' may be misspelled - perhaps 'occurred'? #695: FILE: app/test/test_htimer_mgr.c:486: + *failure_occured = true; WARNING:TYPO_SPELLING: 'occured' may be misspelled - perhaps 'occurred'? #740: FILE: app/test/test_htimer_mgr.c:531: + bool failure_occured = false; WARNING:TYPO_SPELLING: 'occured' may be misspelled - perhaps 'occurred'? #785: FILE: app/test/test_htimer_mgr.c:576: + &failure_occured); WARNING:TYPO_SPELLING: 'occured' may be misspelled - perhaps 'occurred'? #813: FILE: app/test/test_htimer_mgr.c:604: + &failure_occured); WARNING:TYPO_SPELLING: 'occured' may be misspelled - perhaps 'occurred'? #841: FILE: app/test/test_htimer_mgr.c:632: + if (failure_occured) WARNING:TYPO_SPELLING: 'asyncronous' may be misspelled - perhaps 'asynchronous'? #2902: FILE: lib/htimer/rte_htimer_mgr.h:399: + * Update HWT time and perform timer expiry and asyncronous operation WARNING:TYPO_SPELLING: 'functino' may be misspelled - perhaps 'function'? #2967: FILE: lib/htimer/rte_htimer_mgr.h:464: + * This functino returns the most recent time provided by this thread, total: 0 errors, 20 warnings, 3391 lines checked