[PATCH 2/2] cyclic: Fix typo in struct cyclic_info description
Stefan Roese
sr at denx.de
Thu Jan 9 08:57:33 CET 2025
On 08.01.25 16:09, Patrice Chotard wrote:
> Replace delay_ns by delay_us which is the field name used into
> struct cyclic_info.
>
> Signed-off-by: Patrice Chotard <patrice.chotard at foss.st.com>
> ---
>
> include/cyclic.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/cyclic.h b/include/cyclic.h
> index c6c463d68e9..56190db0599 100644
> --- a/include/cyclic.h
> +++ b/include/cyclic.h
> @@ -20,7 +20,7 @@
> *
> * @func: Function to call periodically
> * @name: Name of the cyclic function, e.g. shown in the commands
> - * @delay_ns: Delay is ns after which this function shall get executed
> + * @delay_us: Delay is ns after which this function shall get executed
The comment still references "ns" above. No need to re-send, I can
change this when committing.
Reviewed-by: Stefan Roese <sr at denx.de>
Thanks,
Stefan
More information about the U-Boot
mailing list