All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] queue: Correct l_queue_foreach_remove() doc.
@ 2019-01-23 18:46 Ossama Othman
  2019-01-23 19:07 ` Denis Kenzior
  0 siblings, 1 reply; 2+ messages in thread
From: Ossama Othman @ 2019-01-23 18:46 UTC (permalink / raw)
  To: ell

[-- Attachment #1: Type: text/plain, Size: 616 bytes --]

Removed non-existent "destroy" parameter from l_queue_foreach_remove()
documentation.
---
 ell/queue.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ell/queue.c b/ell/queue.c
index 67f7093..0f6ed3e 100644
--- a/ell/queue.c
+++ b/ell/queue.c
@@ -495,7 +495,6 @@ LIB_EXPORT unsigned int l_queue_foreach_remove(struct l_queue *queue,
  * @queue: queue object
  * @function: callback function
  * @user_data: user data given to callback function
- * @destroy: Destructor function to call on removal
  *
  * Remove the first entry in the @queue where the function returns #true.
  *
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] queue: Correct l_queue_foreach_remove() doc.
  2019-01-23 18:46 [PATCH] queue: Correct l_queue_foreach_remove() doc Ossama Othman
@ 2019-01-23 19:07 ` Denis Kenzior
  0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2019-01-23 19:07 UTC (permalink / raw)
  To: ell

[-- Attachment #1: Type: text/plain, Size: 259 bytes --]

Hi Ossama,

On 01/23/2019 12:46 PM, Ossama Othman wrote:
> Removed non-existent "destroy" parameter from l_queue_foreach_remove()
> documentation.
> ---
>   ell/queue.c | 1 -
>   1 file changed, 1 deletion(-)

Applied, thanks.

Regards,
-Denis


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-01-23 19:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-23 18:46 [PATCH] queue: Correct l_queue_foreach_remove() doc Ossama Othman
2019-01-23 19:07 ` Denis Kenzior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.