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>
2 files changed
tree: 6a5565eed9dd5ff0265d67db916682a5fd80764a
  1. .github/
  2. cert/
  3. host/
  4. scripts/
  5. ta/
  6. .gitignore
  7. Android.mk
  8. CMakeLists.txt
  9. CMakeToolchain.txt
  10. LICENSE.md
  11. Makefile
  12. README.md
  13. typedefs.checkpatch
README.md

OP-TEE sanity testsuite

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