X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fbootretry.h;h=1e8aa83a5b8753f4ddba67d66eeb267771dda63a;hb=aec118ebe63f7f0ab60916f9906fb3cb680abf7a;hp=2ecd7a48b06c9552a94499cdf2e58ea78bc9b4c7;hpb=55e8250bd3cfd996d1caa04f520160a89ec04754;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/bootretry.h b/include/bootretry.h index 2ecd7a4..1e8aa83 100644 --- a/include/bootretry.h +++ b/include/bootretry.h @@ -1,8 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) Copyright 2000 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __BOOTRETRY_H @@ -15,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);