diff mbox

odp_example.c: Fix doxygen warnings

Message ID 1414768809-45091-1-git-send-email-mike.holmes@linaro.org
State Rejected
Headers show

Commit Message

Mike Holmes Oct. 31, 2014, 3:20 p.m. UTC
Signed-off-by: Mike Holmes <mike.holmes@linaro.org>
---
 example/odp_example/odp_example.c | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Bill Fischofer Oct. 31, 2014, 3:33 p.m. UTC | #1
s/Bareier/Barrier/

On Fri, Oct 31, 2014 at 10:20 AM, Mike Holmes <mike.holmes@linaro.org>
wrote:

> Signed-off-by: Mike Holmes <mike.holmes@linaro.org>
> ---
>  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..4459cb0 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  Bareier
>   *
>   * @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  Bareier
>   *
>   * @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  Bareier
>   *
>   * @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  Bareier
>   *
>   * @return 0 if successful
>   */
> --
> 2.1.0
>
>
> _______________________________________________
> lng-odp mailing list
> lng-odp@lists.linaro.org
> http://lists.linaro.org/mailman/listinfo/lng-odp
>
Mike Holmes Oct. 31, 2014, 3:35 p.m. UTC | #2
Thanks, already saw that :)

On 31 October 2014 11:33, Bill Fischofer <bill.fischofer@linaro.org> wrote:

> s/Bareier/Barrier/
>
> On Fri, Oct 31, 2014 at 10:20 AM, Mike Holmes <mike.holmes@linaro.org>
> wrote:
>
>> Signed-off-by: Mike Holmes <mike.holmes@linaro.org>
>> ---
>>  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..4459cb0 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  Bareier
>>   *
>>   * @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  Bareier
>>   *
>>   * @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  Bareier
>>   *
>>   * @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  Bareier
>>   *
>>   * @return 0 if successful
>>   */
>> --
>> 2.1.0
>>
>>
>> _______________________________________________
>> lng-odp mailing list
>> lng-odp@lists.linaro.org
>> http://lists.linaro.org/mailman/listinfo/lng-odp
>>
>
>
diff mbox

Patch

diff --git a/example/odp_example/odp_example.c b/example/odp_example/odp_example.c
index 5f25f89..4459cb0 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  Bareier
  *
  * @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  Bareier
  *
  * @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  Bareier
  *
  * @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  Bareier
  *
  * @return 0 if successful
  */