From: Arran Cudbard-Bell Date: Sat, 20 Feb 2021 23:24:28 +0000 (+0000) Subject: Fix pedantic warning X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=151a7226825ce8c2f009e4a5bddb6372be4c7113;p=thirdparty%2Ffreeradius-server.git Fix pedantic warning --- diff --git a/src/lib/util/dlist.h b/src/lib/util/dlist.h index 251d5de5cb1..e5c11a7fb1e 100644 --- a/src/lib/util/dlist.h +++ b/src/lib/util/dlist.h @@ -792,7 +792,7 @@ static inline void fr_dlist_recursive_sort(fr_dlist_head_t *head, void **ptr, fr * * @note This routine temporarily breaks the doubly linked nature of the list * - * @param[in, out] list to sort + * @param[in,out] list to sort * @param[in] cmp comparison function to sort with */ static inline void fr_dlist_sort (fr_dlist_head_t *list, fr_cmp_t cmp)