-
Notifications
You must be signed in to change notification settings - Fork 200
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 in trace messages using xMSG() macros. Adds parentheses to function names in trace message where applicable to explicit these are function labels. Adds an empty line in implementation 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 e5f73fe
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