global: Migrate CONFIG_MXC_UART_BASE to CFG
[platform/kernel/u-boot.git] / include / ufs.h
index bda135c..702b835 100644 (file)
@@ -7,7 +7,7 @@ struct udevice;
 /**
  * ufs_probe() - initialize all devices in the UFS uclass
  *
- * @return 0 if Ok, -ve on error
+ * Return: 0 if Ok, -ve on error
  */
 int ufs_probe(void);
 
@@ -16,7 +16,7 @@ int ufs_probe(void);
  *
  * @index: index in the uclass sequence
  *
- * @return 0 if successfully probed, -ve on error
+ * Return: 0 if successfully probed, -ve on error
  */
 int ufs_probe_dev(int index);
 
@@ -26,7 +26,7 @@ int ufs_probe_dev(int index);
  * @ufs_dev: UFS device
  * @scsi_devp: Pointer to scsi device
  *
- * @return 0 if Ok, -ve on error
+ * Return: 0 if Ok, -ve on error
  */
 int ufs_scsi_bind(struct udevice *ufs_dev, struct udevice **scsi_devp);
 #endif