event: typo arguemnts

%s/arguemnts/arguments/

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
Heinrich Schuchardt 2024-04-19 13:37:45 +02:00 committed by Tom Rini
parent c92d48f8b2
commit f722ba1604

View File

@ -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, \