Message ID | 1436963011-16622-1-git-send-email-bill.fischofer@linaro.org |
---|---|
State | Accepted |
Commit | 599543a78825bf38e4712606c077dd63e32d8350 |
Headers | show |
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 --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 */
Signed-off-by: Bill Fischofer <bill.fischofer@linaro.org> --- include/odp/api/pool.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)