commit | 63d4b5803be47c16ec8c25d1e42229a6018ece18 | [log] [tgz] |
---|---|---|
author | Etienne Carriere <etienne.carriere@foss.st.com> | Tue Nov 21 15:18:28 2023 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Fri Dec 08 11:28:31 2023 +0100 |
tree | 6a5565eed9dd5ff0265d67db916682a5fd80764a | |
parent | 85cb9835de71c2b0f1bf81880a091e0b97f64add [diff] |
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 <joakim.bech@linaro.org> Reviewed-by: Vincent Mailhol <mailhol.vincent@wanadoo.fr> Signed-off-by: Etienne Carriere <etienne.carriere@foss.st.com>
This git contains source code for the test suite (xtest) used to test the OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The information that used to be here in this git can be found under optee_test.
// OP-TEE core maintainers