Home
last modified time | relevance | path

Searched hist:"77 c4fee62acd2d90ccdfacc27abc95910833fc47" (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/include/kernel/
H A Dinterrupt.h77c4fee62acd2d90ccdfacc27abc95910833fc47 Fri Jan 24 10:00:03 UTC 2025 Etienne Carriere <etienne.carriere@foss.st.com> core: interrupt: fix interrupt_create_handler() description

Correct inline description comment of interrupt_create_handler()
that referred deprecated API function labels dt_get_interrupt_by_*()
and mention argument itr_desc that was reaplce with the 2 arguments
itr_chip and itr_num.

By the way, indent functions argument description for consistency
with the other function inline description comments in this header file.

Fixes: e9376d025eb5 ("core: interrupt: add interrupt_create_handler()")
Signed-off-by: Etienne Carriere <etienne.carriere@foss.st.com>
Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>