summaryrefslogtreecommitdiff
path: root/include/wdt.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/wdt.h')
-rw-r--r--include/wdt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wdt.h b/include/wdt.h
index baaa9db08a..5026f5a6db 100644
--- a/include/wdt.h
+++ b/include/wdt.h
@@ -60,7 +60,7 @@ int wdt_reset(struct udevice *dev);
*
* @dev: WDT Device
* @flags: Driver specific flags
- * @return 0 if OK -ve on error. If wdt action is system reset,
+ * Return: 0 if OK -ve on error. If wdt action is system reset,
* this function may never return.
*/
int wdt_expire_now(struct udevice *dev, ulong flags);