diff mbox

[API-NEXT] api: pool: standardize description for odp_pool_param_init routine

Message ID 1436963011-16622-1-git-send-email-bill.fischofer@linaro.org
State Accepted
Commit 599543a78825bf38e4712606c077dd63e32d8350
Headers show

Commit Message

Bill Fischofer July 15, 2015, 12:23 p.m. UTC
Signed-off-by: Bill Fischofer <bill.fischofer@linaro.org>
---
 include/odp/api/pool.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Maxim Uvarov July 16, 2015, 2:41 p.m. UTC | #1
Merged,

Thanks,
Maxim.

On 07/15/15 15:23, Bill Fischofer wrote:
> Signed-off-by: Bill Fischofer <bill.fischofer@linaro.org>
> ---
>   include/odp/api/pool.h | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/include/odp/api/pool.h b/include/odp/api/pool.h
> index 4bdc568..2e79a55 100644
> --- a/include/odp/api/pool.h
> +++ b/include/odp/api/pool.h
> @@ -193,8 +193,7 @@ uint64_t odp_pool_to_u64(odp_pool_t hdl);
>   /**
>    * Initialize pool params
>    *
> - * This routine is used to initialize an odp_pool_param_t to its
> - * default values for all fields
> + * Initialize an odp_pool_param_t to its default values for all fields
>    *
>    * @param param   Address of the odp_pool_param_t to be initialized
>    */
diff mbox

Patch

diff --git a/include/odp/api/pool.h b/include/odp/api/pool.h
index 4bdc568..2e79a55 100644
--- a/include/odp/api/pool.h
+++ b/include/odp/api/pool.h
@@ -193,8 +193,7 @@  uint64_t odp_pool_to_u64(odp_pool_t hdl);
 /**
  * Initialize pool params
  *
- * This routine is used to initialize an odp_pool_param_t to its
- * default values for all fields
+ * Initialize an odp_pool_param_t to its default values for all fields
  *
  * @param param   Address of the odp_pool_param_t to be initialized
  */