diff mbox

[2/4] api: coremask: doxygen: add param to odp_cpumask_first

Message ID 1422044869-10770-3-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 7c1bb6d..998a8ff 100644
--- a/platform/linux-generic/include/api/odp_cpumask.h
+++ b/platform/linux-generic/include/api/odp_cpumask.h
@@ -134,6 +134,7 @@  void odp_cpumask_copy(odp_cpumask_t *dest, const odp_cpumask_t *src);
 /**
  * Find first 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_first(const odp_cpumask_t *mask);