configs: verdin-imx8m: drop unused SDHC macro
[platform/kernel/u-boot.git] / include / boot_fit.h
index f75fed6..092cfb0 100644 (file)
@@ -8,6 +8,6 @@
  * locate_dtb_in_fit - Find a DTB matching the board in a FIT image
  * @fit:       pointer to the FIT image
  *
- * @return a pointer to a matching DTB blob if found, NULL otherwise
+ * Return: a pointer to a matching DTB blob if found, NULL otherwise
  */
 void *locate_dtb_in_fit(const void *fit);