mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-17 14:18:14 +01: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
@ -385,7 +385,7 @@ static inline int event_notify_null(enum event_t type)
|
|||||||
int event_uninit(void);
|
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
|
* Init a list of dynamic event handlers, so that these can be added as
|
||||||
* needed
|
* needed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user