commit | 46656a3c2e2a6e8698b8296d45dcd1b1c29ef232 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome.forissier@linaro.org> | Tue Aug 13 12:34:31 2019 +0200 |
committer | Jérôme Forissier <jerome.forissier@linaro.org> | Tue Aug 13 15:51:45 2019 +0200 |
tree | 34c0ab340598d8a17ab54229ebd4ba2f4c5ace5d | |
parent | cbb41c9147d0c4c2a2a31f80425a8df07835f0a1 [diff] |
arm32_sysreg.py: shorten lines to <= 79 characters pycodestyle v2.4.0 complains: $ pycodestyle scripts/arm32_sysreg.py scripts/arm32_sysreg.py:72:80: E501 line too long (80 > 79 characters) scripts/arm32_sysreg.py:99:80: E501 line too long (80 > 79 characters) Break those two lines before the 79 character limit. Fixes: 4486d5866e238 ("libutee: add headers for user-space to access sysregs") Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
This git contains source code for the secure side implementation of OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io.
// OP-TEE core maintainers