Skip to content

Commit

Permalink
rtio: MPSC doc comment cleanup
Browse files Browse the repository at this point in the history
The doc comment relating to mpsc atomics was worded poorly. Remove
the poorly worded doc comment related to atomics and caches.

Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
  • Loading branch information
teburd committed Sep 13, 2023
1 parent 73605f1 commit f541a08
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/zephyr/rtio/rtio_mpsc.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ extern "C" {
* by the compiler generated op codes is enough.
*
* On SMP atomics *must* be used to ensure the pointers
* are updated in the correct order and the values are
* updated core caches correctly.
* are updated in the correct order.
*/
#if defined(CONFIG_SMP)

Expand Down

0 comments on commit f541a08

Please sign in to comment.