]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
events: correct event_uninit() description
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 18 Sep 2024 22:01:13 +0000 (00:01 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 21 Sep 2024 09:02:25 +0000 (11:02 +0200)
The function name in the description must match the function.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/event.h

index fb353ad623edae3e15f07cad297182c931e28050..75141a192a48b0931667632f41be8ff4d6139f7c 100644 (file)
@@ -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