Searched hist:b9072a340aeabfdcb3a93fed168bc6bed1a32d02 (Results 1 – 2 of 2) sorted by relevance
| /rk3399_ARM-atf/plat/qti/msm8916/ |
| H A D | msm8916_setup.c | b9072a340aeabfdcb3a93fed168bc6bed1a32d02 Mon Jul 17 09:00:35 UTC 2023 Stephan Gerhold <stephan@gerhold.net> style(msm8916): add missing braces to while statements
According to the coding style all conditional statements (such as if, for, while, do) must use braces regardless of the number of the statements in the body [1].
Fix this for the code inside plat/qti/msm8916.
[1]: https://trustedfirmware-a.readthedocs.io/en/latest/process/coding-style.html#conditional-statement-bodies
Change-Id: I74f2e65aa2b3a65899e37dfd3f481d90fb15531c Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
|
| H A D | msm8916_config.c | b9072a340aeabfdcb3a93fed168bc6bed1a32d02 Mon Jul 17 09:00:35 UTC 2023 Stephan Gerhold <stephan@gerhold.net> style(msm8916): add missing braces to while statements
According to the coding style all conditional statements (such as if, for, while, do) must use braces regardless of the number of the statements in the body [1].
Fix this for the code inside plat/qti/msm8916.
[1]: https://trustedfirmware-a.readthedocs.io/en/latest/process/coding-style.html#conditional-statement-bodies
Change-Id: I74f2e65aa2b3a65899e37dfd3f481d90fb15531c Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
|