* |WARNING| pw133336 [PATCH v3 18/19] timer: use rte optional stdatomic API
[not found] <1698280314-25861-19-git-send-email-roretzla@linux.microsoft.com>
@ 2023-10-26 0:36 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2023-10-26 0:36 UTC (permalink / raw)
To: test-report; +Cc: Tyler Retzlaff
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/133336
_coding style issues_
WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#105: 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'?
#114: 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'?
#127: 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'?
#140: 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'?
#153: 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'?
#166: 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'?
#175: 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'?
#185: FILE: lib/timer/rte_timer.c:649:
+ return rte_atomic_load_explicit(&tim->status.state,
WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#196: 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'?
#207: 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'?
#218: 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'?
#229: 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-26 0:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <1698280314-25861-19-git-send-email-roretzla@linux.microsoft.com>
2023-10-26 0:36 ` |WARNING| pw133336 [PATCH v3 18/19] 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).