[PATCH 1/1] events: correct event_uninit() description
Simon Glass
sjg at chromium.org
Thu Sep 19 16:10:18 CEST 2024
On Thu, 19 Sept 2024 at 00:01, Heinrich Schuchardt
<heinrich.schuchardt at canonical.com> wrote:
>
> The function name in the description must match the function.
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
> ---
> include/event.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
I suppose you are really fixing the one for event_init(), but it doesn't matter.
> diff --git a/include/event.h b/include/event.h
> index fb353ad623e..75141a192a4 100644
> --- a/include/event.h
> +++ b/include/event.h
> @@ -385,7 +385,7 @@ static inline int event_notify_null(enum event_t type)
> int event_uninit(void);
>
> /**
> - * event_uninit() - Set up dynamic events
> + * event_init() - Set up dynamic events
> *
> * Init a list of dynamic event handlers, so that these can be added as
> * needed
> --
> 2.45.2
>
More information about the U-Boot
mailing list