Re: [lng-odp] [PATCH v2] odp_example.c: Fix doxygen warnings

2014-11-07 Thread Maxim Uvarov

Merged, thanks!

Maxim.

On 11/07/2014 08:42 PM, Bill Fischofer wrote:



On Fri, Nov 7, 2014 at 10:45 AM, Mike Holmes > wrote:


ping

On 31 October 2014 11:34, Mike Holmes mailto:mike.hol...@linaro.org>> wrote:

Signed-off-by: Mike Holmes mailto:mike.hol...@linaro.org>>


Reviewed-by: Bill Fischofer >


---

Sent version prior to spell check, fix spelling.

 example/odp_example/odp_example.c | 5 +
 1 file changed, 5 insertions(+)

diff --git a/example/odp_example/odp_example.c
b/example/odp_example/odp_example.c
index 5f25f89..4f74916 100644
--- a/example/odp_example/odp_example.c
+++ b/example/odp_example/odp_example.c
@@ -317,6 +317,7 @@ static int test_poll_queue(int thr,
odp_buffer_pool_t msg_pool)
  * @param thr  Thread
  * @param msg_pool Buffer pool
  * @param prio Priority
+ * @param barrier  Barrier
  *
  * @return 0 if successful
  */
@@ -379,6 +380,7 @@ static int test_schedule_one_single(const
char *str, int thr,
  * @param thr  Thread
  * @param msg_pool Buffer pool
  * @param prio Priority
+ * @param barrier  Barrier
  *
  * @return 0 if successful
  */
@@ -439,6 +441,7 @@ static int test_schedule_one_many(const
char *str, int thr,
  * @param thr  Thread
  * @param msg_pool Buffer pool
  * @param prio Priority
+ * @param barrier  Barrier
  *
  * @return 0 if successful
  */
@@ -514,6 +517,7 @@ static int test_schedule_single(const char
*str, int thr,
  * @param thr  Thread
  * @param msg_pool Buffer pool
  * @param prio Priority
+ * @param barrier  Barrier
  *
  * @return 0 if successful
  */
@@ -588,6 +592,7 @@ static int test_schedule_many(const char
*str, int thr,
  * @param thr  Thread
  * @param msg_pool Buffer pool
  * @param prio Priority
+ * @param barrier  Barrier
  *
  * @return 0 if successful
  */
--
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



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


Re: [lng-odp] [PATCH v2] odp_example.c: Fix doxygen warnings

2014-11-07 Thread Bill Fischofer
On Fri, Nov 7, 2014 at 10:45 AM, Mike Holmes  wrote:

> ping
>
> On 31 October 2014 11:34, Mike Holmes  wrote:
>
>> Signed-off-by: Mike Holmes 
>>
>
Reviewed-by: Bill Fischofer 

> ---
>>
>> Sent version prior to spell check, fix spelling.
>>
>>  example/odp_example/odp_example.c | 5 +
>>  1 file changed, 5 insertions(+)
>>
>> diff --git a/example/odp_example/odp_example.c
>> b/example/odp_example/odp_example.c
>> index 5f25f89..4f74916 100644
>> --- a/example/odp_example/odp_example.c
>> +++ b/example/odp_example/odp_example.c
>> @@ -317,6 +317,7 @@ static int test_poll_queue(int thr, odp_buffer_pool_t
>> msg_pool)
>>   * @param thr  Thread
>>   * @param msg_pool Buffer pool
>>   * @param prio Priority
>> + * @param barrier  Barrier
>>   *
>>   * @return 0 if successful
>>   */
>> @@ -379,6 +380,7 @@ static int test_schedule_one_single(const char *str,
>> int thr,
>>   * @param thr  Thread
>>   * @param msg_pool Buffer pool
>>   * @param prio Priority
>> + * @param barrier  Barrier
>>   *
>>   * @return 0 if successful
>>   */
>> @@ -439,6 +441,7 @@ static int test_schedule_one_many(const char *str,
>> int thr,
>>   * @param thr  Thread
>>   * @param msg_pool Buffer pool
>>   * @param prio Priority
>> + * @param barrier  Barrier
>>   *
>>   * @return 0 if successful
>>   */
>> @@ -514,6 +517,7 @@ static int test_schedule_single(const char *str, int
>> thr,
>>   * @param thr  Thread
>>   * @param msg_pool Buffer pool
>>   * @param prio Priority
>> + * @param barrier  Barrier
>>   *
>>   * @return 0 if successful
>>   */
>> @@ -588,6 +592,7 @@ static int test_schedule_many(const char *str, int
>> thr,
>>   * @param thr  Thread
>>   * @param msg_pool Buffer pool
>>   * @param prio Priority
>> + * @param barrier  Barrier
>>   *
>>   * @return 0 if successful
>>   */
>> --
>> 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


Re: [lng-odp] [PATCH v2] odp_example.c: Fix doxygen warnings

2014-11-07 Thread Mike Holmes
ping

On 31 October 2014 11:34, Mike Holmes  wrote:

> Signed-off-by: Mike Holmes 
> ---
>
> Sent version prior to spell check, fix spelling.
>
>  example/odp_example/odp_example.c | 5 +
>  1 file changed, 5 insertions(+)
>
> diff --git a/example/odp_example/odp_example.c
> b/example/odp_example/odp_example.c
> index 5f25f89..4f74916 100644
> --- a/example/odp_example/odp_example.c
> +++ b/example/odp_example/odp_example.c
> @@ -317,6 +317,7 @@ static int test_poll_queue(int thr, odp_buffer_pool_t
> msg_pool)
>   * @param thr  Thread
>   * @param msg_pool Buffer pool
>   * @param prio Priority
> + * @param barrier  Barrier
>   *
>   * @return 0 if successful
>   */
> @@ -379,6 +380,7 @@ static int test_schedule_one_single(const char *str,
> int thr,
>   * @param thr  Thread
>   * @param msg_pool Buffer pool
>   * @param prio Priority
> + * @param barrier  Barrier
>   *
>   * @return 0 if successful
>   */
> @@ -439,6 +441,7 @@ static int test_schedule_one_many(const char *str, int
> thr,
>   * @param thr  Thread
>   * @param msg_pool Buffer pool
>   * @param prio Priority
> + * @param barrier  Barrier
>   *
>   * @return 0 if successful
>   */
> @@ -514,6 +517,7 @@ static int test_schedule_single(const char *str, int
> thr,
>   * @param thr  Thread
>   * @param msg_pool Buffer pool
>   * @param prio Priority
> + * @param barrier  Barrier
>   *
>   * @return 0 if successful
>   */
> @@ -588,6 +592,7 @@ static int test_schedule_many(const char *str, int thr,
>   * @param thr  Thread
>   * @param msg_pool Buffer pool
>   * @param prio Priority
> + * @param barrier  Barrier
>   *
>   * @return 0 if successful
>   */
> --
> 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] [PATCH v2] odp_example.c: Fix doxygen warnings

2014-10-31 Thread Mike Holmes
Signed-off-by: Mike Holmes 
---

Sent version prior to spell check, fix spelling.

 example/odp_example/odp_example.c | 5 +
 1 file changed, 5 insertions(+)

diff --git a/example/odp_example/odp_example.c 
b/example/odp_example/odp_example.c
index 5f25f89..4f74916 100644
--- a/example/odp_example/odp_example.c
+++ b/example/odp_example/odp_example.c
@@ -317,6 +317,7 @@ static int test_poll_queue(int thr, odp_buffer_pool_t 
msg_pool)
  * @param thr  Thread
  * @param msg_pool Buffer pool
  * @param prio Priority
+ * @param barrier  Barrier
  *
  * @return 0 if successful
  */
@@ -379,6 +380,7 @@ static int test_schedule_one_single(const char *str, int 
thr,
  * @param thr  Thread
  * @param msg_pool Buffer pool
  * @param prio Priority
+ * @param barrier  Barrier
  *
  * @return 0 if successful
  */
@@ -439,6 +441,7 @@ static int test_schedule_one_many(const char *str, int thr,
  * @param thr  Thread
  * @param msg_pool Buffer pool
  * @param prio Priority
+ * @param barrier  Barrier
  *
  * @return 0 if successful
  */
@@ -514,6 +517,7 @@ static int test_schedule_single(const char *str, int thr,
  * @param thr  Thread
  * @param msg_pool Buffer pool
  * @param prio Priority
+ * @param barrier  Barrier
  *
  * @return 0 if successful
  */
@@ -588,6 +592,7 @@ static int test_schedule_many(const char *str, int thr,
  * @param thr  Thread
  * @param msg_pool Buffer pool
  * @param prio Priority
+ * @param barrier  Barrier
  *
  * @return 0 if successful
  */
-- 
2.1.0


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