aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/spec/dma.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/odp/api/spec/dma.h')
-rw-r--r--include/odp/api/spec/dma.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/odp/api/spec/dma.h b/include/odp/api/spec/dma.h
index 5303dc03f..0d07544dd 100644
--- a/include/odp/api/spec/dma.h
+++ b/include/odp/api/spec/dma.h
@@ -51,7 +51,8 @@ void odp_dma_param_init(odp_dma_param_t *param);
* names are not required. However, odp_dma_lookup() returns only a single matching named session.
* Use odp_dma_param_init() to initialize parameters into their default values.
*
- * @param name DMA session name or NULL. Maximum string length is ODP_DMA_NAME_LEN.
+ * @param name DMA session name or NULL. Maximum string length is ODP_DMA_NAME_LEN,
+ * including the null character.
* @param param DMA session parameters
*
* @return DMA session handle on success
@@ -349,7 +350,8 @@ void odp_dma_pool_param_init(odp_dma_pool_param_t *pool_param);
* into their default values. Parameters values must not exceed pool capabilities
* (odp_dma_pool_capability_t).
*
- * @param name Name of the pool or NULL. Maximum string length is ODP_POOL_NAME_LEN.
+ * @param name Name of the pool or NULL. Maximum string length is ODP_POOL_NAME_LEN,
+ * including the null character.
* @param pool_param Pool parameters
*
* @return Handle of the created pool