summaryrefslogtreecommitdiff
path: root/include/dm/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dm/util.h')
-rw-r--r--include/dm/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dm/util.h b/include/dm/util.h
index 17baf55c25..4428f045b7 100644
--- a/include/dm/util.h
+++ b/include/dm/util.h
@@ -20,7 +20,7 @@ struct list_head;
* list_count_items() - Count number of items in a list
*
* @param head: Head of list
- * @return number of items, or 0 if empty
+ * Return: number of items, or 0 if empty
*/
int list_count_items(struct list_head *head);