Convert CONFIG_SAMSUNG_ONENAND to Kconfig
[platform/kernel/u-boot.git] / include / bootretry.h
index 0cedd30..1e8aa83 100644 (file)
@@ -14,7 +14,7 @@
  * Check for a keypress repeatedly, resetting the watchdog each time. If a
  * keypress is not received within the command timeout, return an error.
  *
- * @return 0 if a key is received in time, -ETIMEDOUT if not
+ * Return: 0 if a key is received in time, -ETIMEDOUT if not
  */
 int bootretry_tstc_timeout(void);