X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fbootretry.h;h=1e8aa83a5b8753f4ddba67d66eeb267771dda63a;hb=ddd39d0cc1a025a1e2e3c792cc8286dbdfa29b54;hp=0cedd300c37a7b5a2a9bdce8fc164fd588850221;hpb=e8f80a5a58c9b506453cc0780687e8ed457d30a6;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/bootretry.h b/include/bootretry.h index 0cedd30..1e8aa83 100644 --- a/include/bootretry.h +++ b/include/bootretry.h @@ -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);