diff options
author | Tom Rini <trini@konsulko.com> | 2024-05-03 16:18:51 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-03 16:18:51 -0600 |
commit | 2f1e76bcfee75b9f99ade63002c05ffaaec86afb (patch) | |
tree | bc6c0d474b9247257218c30cbad03967a33b5817 /include/event.h | |
parent | c92d48f8b2909d08584f17612a23d959467f14b8 (diff) | |
parent | 3c15780f2d2689b7e892f203393d89d7aef8ac38 (diff) |
Merge branch '2024-05-02-assorted-updates'
- Typo fixes, gpt command fix, a few npcm fixes, fix a reported Coverity
issue and increase the malloc pool on am62x_evm_r5 to fix some use
cases.
Diffstat (limited to 'include/event.h')
-rw-r--r-- | include/event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/event.h b/include/event.h index a8f046da3c3..fb353ad623e 100644 --- a/include/event.h +++ b/include/event.h @@ -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, \ evspy_info) = _ESPY_REC(_type, _func) -/* Simple spy with no function arguemnts */ +/* Simple spy with no function arguments */ #define EVENT_SPY_SIMPLE(_type, _func) \ __used ll_entry_declare(struct evspy_info_simple, \ _type ## _3_ ## _func, \ |