On Mon, Jan 12, 2015 at 1:04 PM, Ciprian Barbu <ciprian.ba...@linaro.org> wrote:
> Looks good!
>
> Reviewed-by: Ciprian Barbu <ciprian.ba...@linaro.org>

I also tested it

>
> On Sat, Jan 10, 2015 at 3:08 PM, Mike Holmes <mike.hol...@linaro.org> wrote:
>> ping
>>
>> On 2 January 2015 at 14:06, Mike Holmes <mike.hol...@linaro.org> wrote:
>>>
>>> Doxygen needs " - " to form a list
>>>
>>> Signed-off-by: Mike Holmes <mike.hol...@linaro.org>
>>> ---
>>>  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
>>> --
>>> 2.1.0
>>>
>>
>>
>>
>> --
>> Mike Holmes
>> Linaro  Sr Technical Manager
>> LNG - ODP
>>
>> _______________________________________________
>> lng-odp mailing list
>> lng-odp@lists.linaro.org
>> http://lists.linaro.org/mailman/listinfo/lng-odp
>>

_______________________________________________
lng-odp mailing list
lng-odp@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to