Message ID | 1424712186-14375-1-git-send-email-bill.fischofer@linaro.org |
---|---|
State | Accepted |
Commit | a57f4d2444f64ca630de0919ccae20bcf2b11b80 |
Headers | show |
On 23 February 2015 at 12:23, Bill Fischofer <bill.fischofer@linaro.org> wrote: > Add missing doxygen documentation to resolve > Bug https://bugs.linaro.org/show_bug.cgi?id=1251 > > Signed-off-by: Bill Fischofer <bill.fischofer@linaro.org> > Reviewed-by: Mike Holmes <mike.holmes@linaro.org> > --- > include/odp/api/init.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/odp/api/init.h b/include/odp/api/init.h > index 775b0b4..01faedc 100644 > --- a/include/odp/api/init.h > +++ b/include/odp/api/init.h > @@ -108,7 +108,7 @@ typedef void (*odp_abort_func_t)(void) ODP_NORETURN; > */ > typedef struct odp_init_t { > odp_log_func_t log_fn; /**< Replacement for the default log fn */ > - odp_abort_func_t abort_fn; > + odp_abort_func_t abort_fn; /**< Replacement for the default abort > fn */ > } odp_init_t; > > /** ODP platform initialization data. > -- > 2.1.0 > > > _______________________________________________ > lng-odp mailing list > lng-odp@lists.linaro.org > http://lists.linaro.org/mailman/listinfo/lng-odp >
Merged, Maxim. On 02/23/2015 08:40 PM, Mike Holmes wrote: > > > On 23 February 2015 at 12:23, Bill Fischofer > <bill.fischofer@linaro.org <mailto:bill.fischofer@linaro.org>> wrote: > > Add missing doxygen documentation to resolve > Bug https://bugs.linaro.org/show_bug.cgi?id=1251 > > Signed-off-by: Bill Fischofer <bill.fischofer@linaro.org > <mailto:bill.fischofer@linaro.org>> > > > Reviewed-by: Mike Holmes <mike.holmes@linaro.org > <mailto:mike.holmes@linaro.org>> > > --- > include/odp/api/init.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/odp/api/init.h b/include/odp/api/init.h > index 775b0b4..01faedc 100644 > --- a/include/odp/api/init.h > +++ b/include/odp/api/init.h > @@ -108,7 +108,7 @@ typedef void (*odp_abort_func_t)(void) > ODP_NORETURN; > */ > typedef struct odp_init_t { > odp_log_func_t log_fn; /**< Replacement for the default > log fn */ > - odp_abort_func_t abort_fn; > + odp_abort_func_t abort_fn; /**< Replacement for the > default abort fn */ > } odp_init_t; > > /** ODP platform initialization data. > -- > 2.1.0 > > > _______________________________________________ > lng-odp mailing list > lng-odp@lists.linaro.org <mailto:lng-odp@lists.linaro.org> > http://lists.linaro.org/mailman/listinfo/lng-odp > > > > > -- > *Mike Holmes* > Linaro Sr Technical Manager > LNG - ODP > > > _______________________________________________ > lng-odp mailing list > lng-odp@lists.linaro.org > http://lists.linaro.org/mailman/listinfo/lng-odp
diff --git a/include/odp/api/init.h b/include/odp/api/init.h index 775b0b4..01faedc 100644 --- a/include/odp/api/init.h +++ b/include/odp/api/init.h @@ -108,7 +108,7 @@ typedef void (*odp_abort_func_t)(void) ODP_NORETURN; */ typedef struct odp_init_t { odp_log_func_t log_fn; /**< Replacement for the default log fn */ - odp_abort_func_t abort_fn; + odp_abort_func_t abort_fn; /**< Replacement for the default abort fn */ } odp_init_t; /** ODP platform initialization data.
Add missing doxygen documentation to resolve Bug https://bugs.linaro.org/show_bug.cgi?id=1251 Signed-off-by: Bill Fischofer <bill.fischofer@linaro.org> --- include/odp/api/init.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)