diff mbox

[4/4] api: coremask: doxygen: add param to odp_cpumask_last

Message ID 1422044869-10770-5-git-send-email-anders.roxell@linaro.org
State Superseded
Headers show

Commit Message

Anders Roxell Jan. 23, 2015, 8:27 p.m. UTC
Cleanup a doxygen warning

Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Reviewed-by: Robbie King <robking@cisco.com>
---
 platform/linux-generic/include/api/odp_cpumask.h | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

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);