[PATCH 1/1] events: correct event_uninit() description

The function name in the description must match the function.
Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@canonical.com --- include/event.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
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

On Thu, 19 Sept 2024 at 00:01, Heinrich Schuchardt heinrich.schuchardt@canonical.com wrote:
The function name in the description must match the function.
Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@canonical.com
include/event.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@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
participants (2)
-
Heinrich Schuchardt
-
Simon Glass