FIFO: Clarify doc for k_fifo_alloc_put #15090
Labels
area: Documentation
bug
The issue is a bug, or the PR is fixing a bug
priority: low
Low impact/importance bug
Describe the bug
The doc for `k_fifo_alloc_put``makes it sound as if the actual data is allocated but only the head is.
Expected behavior
Point out that data isn't stored in the FIFO. E.g.:
The text was updated successfully, but these errors were encountered: