|WARNING| pw124568 [RFC 2/2] eal: add high-performance timer facility

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Feb 28 10:47:11 CET 2023


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


More information about the test-report mailing list