mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-27 22:56:49 +08:00
event: typo arguemnts
%s/arguemnts/arguments/ Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
parent
c92d48f8b2
commit
f722ba1604
@ -316,7 +316,7 @@ static inline const char *event_spy_id(struct evspy_info *spy)
|
|||||||
__used ll_entry_declare(struct evspy_info, _type ## _3_ ## _func, \
|
__used ll_entry_declare(struct evspy_info, _type ## _3_ ## _func, \
|
||||||
evspy_info) = _ESPY_REC(_type, _func)
|
evspy_info) = _ESPY_REC(_type, _func)
|
||||||
|
|
||||||
/* Simple spy with no function arguemnts */
|
/* Simple spy with no function arguments */
|
||||||
#define EVENT_SPY_SIMPLE(_type, _func) \
|
#define EVENT_SPY_SIMPLE(_type, _func) \
|
||||||
__used ll_entry_declare(struct evspy_info_simple, \
|
__used ll_entry_declare(struct evspy_info_simple, \
|
||||||
_type ## _3_ ## _func, \
|
_type ## _3_ ## _func, \
|
||||||
|
Loading…
Reference in New Issue
Block a user