diff mbox

[1/4] api: cpumask: doxygen: cpumask_first: use app language

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

Commit Message

Anders Roxell Jan. 23, 2015, 8:27 p.m. UTC
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Reviewed-by: Robbie King <robking@cisco.com>
---
 platform/linux-generic/include/api/odp_cpumask.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Mike Holmes Jan. 26, 2015, 11:25 p.m. UTC | #1
On 23 January 2015 at 15:27, Anders Roxell <anders.roxell@linaro.org> wrote:

> 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 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/platform/linux-generic/include/api/odp_cpumask.h
> b/platform/linux-generic/include/api/odp_cpumask.h
> index ebff9b0..7c1bb6d 100644
> --- a/platform/linux-generic/include/api/odp_cpumask.h
> +++ b/platform/linux-generic/include/api/odp_cpumask.h
> @@ -132,7 +132,7 @@ int odp_cpumask_equal(const odp_cpumask_t *mask1,
>  void odp_cpumask_copy(odp_cpumask_t *dest, const odp_cpumask_t *src);
>
>  /**
> - * Find first bit set in mask
> + * Find first CPU that is set in the mask
>   *
>   * @return cpu else -1 if no bits set in cpumask
>   */
> --
> 2.1.4
>
>
> _______________________________________________
> lng-odp mailing list
> lng-odp@lists.linaro.org
> http://lists.linaro.org/mailman/listinfo/lng-odp
>
diff mbox

Patch

diff --git a/platform/linux-generic/include/api/odp_cpumask.h b/platform/linux-generic/include/api/odp_cpumask.h
index ebff9b0..7c1bb6d 100644
--- a/platform/linux-generic/include/api/odp_cpumask.h
+++ b/platform/linux-generic/include/api/odp_cpumask.h
@@ -132,7 +132,7 @@  int odp_cpumask_equal(const odp_cpumask_t *mask1,
 void odp_cpumask_copy(odp_cpumask_t *dest, const odp_cpumask_t *src);
 
 /**
- * Find first bit set in mask
+ * Find first CPU that is set in the mask
  *
  * @return cpu else -1 if no bits set in cpumask
  */