summaryrefslogtreecommitdiff
path: root/include/usb/xhci.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usb/xhci.h')
-rw-r--r--include/usb/xhci.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/usb/xhci.h b/include/usb/xhci.h
index 01e63cf0fc..ea4cf3f52b 100644
--- a/include/usb/xhci.h
+++ b/include/usb/xhci.h
@@ -1265,7 +1265,7 @@ int xhci_mem_init(struct xhci_ctrl *ctrl, struct xhci_hccr *hccr,
* xhci_deregister() - Unregister an XHCI controller
*
* @dev: Controller device
- * @return 0 if registered, -ve on error
+ * Return: 0 if registered, -ve on error
*/
int xhci_deregister(struct udevice *dev);
@@ -1275,7 +1275,7 @@ int xhci_deregister(struct udevice *dev);
* @dev: Controller device
* @hccr: Host controller control registers
* @hcor: Not sure what this means
- * @return 0 if registered, -ve on error
+ * Return: 0 if registered, -ve on error
*/
int xhci_register(struct udevice *dev, struct xhci_hccr *hccr,
struct xhci_hcor *hcor);