automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw132681 [PATCH 20/21] timer: use rte optional stdatomic API
       [not found] <1697497745-20664-21-git-send-email-roretzla@linux.microsoft.com>
@ 2023-10-16 23:11 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2023-10-16 23:11 UTC (permalink / raw)
  To: test-report; +Cc: Tyler Retzlaff

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/132681

_coding style issues_


WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#103: FILE: lib/timer/rte_timer.c:213:
+	rte_atomic_store_explicit(&tim->status.u32, status.u32, rte_memory_order_relaxed);

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#112: FILE: lib/timer/rte_timer.c:234:
+	prev_status.u32 = rte_atomic_load_explicit(&tim->status.u32, rte_memory_order_relaxed);

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#125: FILE: lib/timer/rte_timer.c:257:
+		success = rte_atomic_compare_exchange_strong_explicit(&tim->status.u32,

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#138: FILE: lib/timer/rte_timer.c:280:
+	prev_status.u32 = rte_atomic_load_explicit(&tim->status.u32, rte_memory_order_relaxed);

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#151: FILE: lib/timer/rte_timer.c:296:
+		success = rte_atomic_compare_exchange_strong_explicit(&tim->status.u32,

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#164: FILE: lib/timer/rte_timer.c:533:
+	rte_atomic_store_explicit(&tim->status.u32, status.u32, rte_memory_order_release);

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#173: FILE: lib/timer/rte_timer.c:615:
+	rte_atomic_store_explicit(&tim->status.u32, status.u32, rte_memory_order_release);

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#183: FILE: lib/timer/rte_timer.c:649:
+	return rte_atomic_load_explicit(&tim->status.state,

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#194: FILE: lib/timer/rte_timer.c:756:
+			rte_atomic_store_explicit(&tim->status.u32, status.u32,

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#205: FILE: lib/timer/rte_timer.c:769:
+			rte_atomic_store_explicit(&tim->status.u32, status.u32,

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#216: FILE: lib/timer/rte_timer.c:944:
+			rte_atomic_store_explicit(&tim->status.u32, status.u32,

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#227: FILE: lib/timer/rte_timer.c:957:
+			rte_atomic_store_explicit(&tim->status.u32, status.u32,

total: 0 errors, 12 warnings, 135 lines checked

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-10-16 23:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1697497745-20664-21-git-send-email-roretzla@linux.microsoft.com>
2023-10-16 23:11 ` |WARNING| pw132681 [PATCH 20/21] timer: use rte optional stdatomic API checkpatch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).