commit | 4f91b9acdf7c1a969c91bda873928f21dd420153 | [log] [tgz] |
---|---|---|
author | Vincent Mailhol <mailhol.vincent@wanadoo.fr> | Sun Nov 19 22:19:03 2023 +0900 |
committer | Jérôme Forissier <jerome@forissier.org> | Tue Nov 21 09:53:40 2023 +0100 |
tree | 72b1e3d0657bfe792833fd870121e90d693ef247 | |
parent | 6c03fb5241505d7e89b5c31ff4358396baa2caa5 [diff] |
ta: remove useless newline character in *MSG() messages The *MSG() macros take care of printing a newline. Adding a newline character ('\n') is useless. Remove it. Signed-off-by: Vincent Mailhol <mailhol.vincent@wanadoo.fr> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
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