From 2a9bc06f11ea919bc8090fdbde06ff7fdddaeb97 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 28 Jan 2008 03:14:21 +0100 Subject: [PATCH] another small comment --- uci.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/uci.h b/uci.h index 6a6db67..0c79587 100644 --- a/uci.h +++ b/uci.h @@ -307,7 +307,10 @@ struct uci_history &_ptr->list != (_list); \ _ptr = _tmp, _tmp = list_to_element(_ptr->list.next)) -/* returns true if a list is empty */ +/** + * uci_list_empty: returns true if a list is empty + * @list: list head + */ #define uci_list_empty(list) ((list)->next == (list)) /* wrappers for dynamic type handling */ -- 2.11.0