Skip to content

Commit c5e591b

Browse files
teburdcarlescufi
authored andcommitted
sys: MPSC doc comment cleanup
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 <[email protected]>
1 parent d95caa5 commit c5e591b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

include/zephyr/sys/mpsc_lockfree.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ extern "C" {
4848
* by the compiler generated op codes is enough.
4949
*
5050
* On SMP atomics *must* be used to ensure the pointers
51-
* are updated in the correct order and the values are
52-
* updated core caches correctly.
51+
* are updated in the correct order.
5352
*/
5453
#if IS_ENABLED(CONFIG_SMP)
5554

0 commit comments

Comments
 (0)