forked from OP-TEE/optee_test
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ta: os_test: fix trace messages specifiers
Replaces printf() occurrences with use of MSG() macro in TA implementation source and header files. MSG() macro already prints the function label of the line number hence remove these explicit arguments from trace message printed by by the HALT() macro. Uses PRI* specifiers and remove '\n' termination character in trace messages using xMSG() macros. Adds an empty line in impelmentation of DEF_BIGINT() macro to comply with OP-TEE coding style. Signed-off-by: Etienne Carriere <[email protected]>
- Loading branch information
1 parent
1cb4c32
commit b3d3307
Showing
2 changed files
with
69 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters