]> git.droids-corp.org - dpdk.git/blobdiff - lib/ring/rte_ring.h
examples/pipeline: fix build
[dpdk.git] / lib / ring / rte_ring.h
index ab6b4244c89e85e26a265341900ac5f21bd0ba51..980e92e59493066ae18e878ff1c7a577824e1147 100644 (file)
@@ -193,7 +193,8 @@ struct rte_ring *rte_ring_create(const char *name, unsigned int count,
  * De-allocate all memory used by the ring.
  *
  * @param r
- *   Ring to free
+ *   Ring to free.
+ *   If NULL then, the function does nothing.
  */
 void rte_ring_free(struct rte_ring *r);