Commit acd197a3 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

fifo: remove stray doc snippet

parent dbad0d27
...@@ -294,7 +294,7 @@ void block_FifoPut(block_fifo_t *fifo, block_t *block) ...@@ -294,7 +294,7 @@ void block_FifoPut(block_fifo_t *fifo, block_t *block)
* Dequeue the first block from the FIFO. If necessary, wait until there is * Dequeue the first block from the FIFO. If necessary, wait until there is
* one block in the queue. This function is (always) cancellation point. * one block in the queue. This function is (always) cancellation point.
* *
* @return a valid block, or NULL if block_FifoWake() was called. * @return a valid block
*/ */
block_t *block_FifoGet(block_fifo_t *fifo) block_t *block_FifoGet(block_fifo_t *fifo)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment