That is already applied as part of:

commit 7fd717d8ffdff7f09e4824a28bedaa9829f80cff
Author: Anders Roxell <[email protected]>
Date:   Thu Aug 21 02:03:02 2014 +0200

    Move includes back into linux-generic


Maxim.

On 01/02/2015 10:06 PM, Mike Holmes wrote:
Doxygen needs " - " to form a list

Signed-off-by: Mike Holmes <[email protected]>
---
  platform/linux-generic/include/api/odp_coremask.h | 12 ++++++------
  1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/platform/linux-generic/include/api/odp_coremask.h 
b/platform/linux-generic/include/api/odp_coremask.h
index d4172fa..fe86457 100644
--- a/platform/linux-generic/include/api/odp_coremask.h
+++ b/platform/linux-generic/include/api/odp_coremask.h
@@ -72,12 +72,12 @@ void odp_coremask_to_str(char *str, int len, const 
odp_coremask_t *mask);
   * of the first word (u64[0] = 0x1).
   *
   * Examples
- * core 0:  u64[0] = 0x1
- * core 1:  u64[0] = 0x2
- * ...
- * core 63: u64[0] = 0x8000 0000 0000 0000
- * core 64: u64[0] = 0x0, u64[1] = 0x1
- * core 65: u64[0] = 0x0, u64[1] = 0x2
+ * - core 0:  u64[0] = 0x1
+ * - core 1:  u64[0] = 0x2
+ * - ...
+ * - core 63: u64[0] = 0x8000 0000 0000 0000
+ * - core 64: u64[0] = 0x0, u64[1] = 0x1
+ * - core 65: u64[0] = 0x0, u64[1] = 0x2
   *
   * @param u64    An array of u64 bit words
   * @param num    Number of u64 words in the array


_______________________________________________
lng-odp mailing list
[email protected]
http://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to