mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-08-22 15:01:17 +02:00
"endfunc" macro is used to mark the end of a function. It takes the function label as an argument. For el2_sysregs_context_save_mpam function, "endfunc" has been called with an assumed typo, "func", along with the function label. Remove this unwanted param to fix the endfunc call. Signed-off-by: Rohit Mathew <rohit.mathew@arm.com> Change-Id: I05f958a285f936df579f01500b6fd7cb2b7753a8