Skip to content
Commit 63d4b580 authored by Etienne Carriere's avatar Etienne Carriere Committed by Jérôme Forissier
Browse files

ta: os_test: fix trace messages specifiers



Replace printf() occurrences with use of MSG() macro in TA
implementation source and header files. MSG() macro already prints
the function label and the line number hence remove these explicit
arguments from trace messages printed by HALT() macro.

Use PRI* specifiers in trace messages using xMSG() macros.

Add parentheses to function names in trace message where applicable
to explicit these are function labels.

Add an empty line in implementation of DEF_BIGINT() macro to comply
with OP-TEE coding style.

Reviewed-by: Joakim Bech's avatarJoakim Bech <joakim.bech@linaro.org>
Reviewed-by: default avatarVincent Mailhol <mailhol.vincent@wanadoo.fr>
Signed-off-by: default avatarEtienne Carriere <etienne.carriere@foss.st.com>
parent 85cb9835
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment