Message ID | 1422045030-15887-5-git-send-email-anders.roxell@linaro.org |
---|---|
State | Accepted |
Commit | 1641fe42647802a9191a50ab73035ada8f5d3349 |
Headers | show |
On 23 January 2015 at 15:30, Anders Roxell <anders.roxell@linaro.org> wrote: > Cleanup a doxygen warning > > Signed-off-by: Anders Roxell <anders.roxell@linaro.org> > Reviewed-by: Robbie King <robking@cisco.com> > Reviewed-by: Mike Holmes <mike.holmes@linaro.org> > --- > platform/linux-generic/include/api/odp_cpumask.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/platform/linux-generic/include/api/odp_cpumask.h > b/platform/linux-generic/include/api/odp_cpumask.h > index caa4ced..b746a4d 100644 > --- a/platform/linux-generic/include/api/odp_cpumask.h > +++ b/platform/linux-generic/include/api/odp_cpumask.h > @@ -142,6 +142,7 @@ int odp_cpumask_first(const odp_cpumask_t *mask); > /** > * Find last CPU that is set in the mask > * > + * @param mask is the mask to be searched > * @return cpu else -1 if no bits set in cpumask > */ > int odp_cpumask_last(const odp_cpumask_t *mask); > -- > 2.1.4 > > > _______________________________________________ > lng-odp mailing list > lng-odp@lists.linaro.org > http://lists.linaro.org/mailman/listinfo/lng-odp >
diff --git a/platform/linux-generic/include/api/odp_cpumask.h b/platform/linux-generic/include/api/odp_cpumask.h index caa4ced..b746a4d 100644 --- a/platform/linux-generic/include/api/odp_cpumask.h +++ b/platform/linux-generic/include/api/odp_cpumask.h @@ -142,6 +142,7 @@ int odp_cpumask_first(const odp_cpumask_t *mask); /** * Find last CPU that is set in the mask * + * @param mask is the mask to be searched * @return cpu else -1 if no bits set in cpumask */ int odp_cpumask_last(const odp_cpumask_t *mask);