mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-11 15:34:55 +00:00
events: correct event_uninit() description
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>
This commit is contained in:
parent
d168c637e4
commit
73de259873
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue