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

