[PATCH] queue: Fix names of l_queue_match_func_t parameters
Steve Schrock <[email protected]> Thu, 22 Feb 2024 20:53:27 +0000
| Newsgroups | dev.linux.lists.ell |
|---|---|
| Message-ID | <[email protected]> |
--- ell/queue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ell/queue.h b/ell/queue.h index f595d4d..517298c 100644 --- a/ell/queue.h +++ b/ell/queue.h @@ -18,7 +18,7 @@ typedef void (*l_queue_foreach_func_t) (void *data, void *user_data); typedef void (*l_queue_destroy_func_t) (void *data); typedef int (*l_queue_compare_func_t) (const void *a, const void *b, void *user_data); -typedef bool (*l_queue_match_func_t) (const void *a, const void *b); +typedef bool (*l_queue_match_func_t) (const void *data, const void *user_data); typedef bool (*l_queue_remove_func_t) (void *data, void *user_data); struct l_queue; -- 2.40.1 -- *Confidentiality Note:* We care about protecting our proprietary information, confidential material, and trade secrets. This message may contain some or all of those things. Cruise will suffer material harm if anyone other than the intended recipient disseminates or takes any action based on this message. If you have received this message (including any attachments) in error, please delete it immediately and notify the sender promptly.