aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/include/api
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2015-01-23 21:30:30 +0100
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-01-28 15:49:23 +0300
commit1641fe42647802a9191a50ab73035ada8f5d3349 (patch)
treec4427d6dd473871c48de00a85d5a92aa2e94685c /platform/linux-generic/include/api
parentb9f8ef90824bbd6270ca6e2d0088b694b753a2bb (diff)
api: cpumask: doxygen: add param to odp_cpumask_last
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> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'platform/linux-generic/include/api')
-rw-r--r--platform/linux-generic/include/api/odp_cpumask.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/linux-generic/include/api/odp_cpumask.h b/platform/linux-generic/include/api/odp_cpumask.h
index caa4cedd2..b746a4da0 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);