Merge tag 'next-20220328' of https://source.denx.de/u-boot/custodians/u-boot-video...
[platform/kernel/u-boot.git] / include / dm / util.h
index 17baf55..4428f04 100644 (file)
@@ -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);