commit | c83a8439124763ab5fa9f9478e8ac4ad7ade67e1 | [log] [tgz] |
---|---|---|
author | Etienne Carriere <etienne.carriere@linaro.org> | Mon Mar 08 22:38:08 2021 +0100 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 12 17:17:11 2021 -0400 |
tree | 7aa4b510c220324467383ed9f11ff95347731e71 | |
parent | b8f15cd5fec64c28a32f2cab0f4a304d98479978 [diff] |
firmware: scmi: fix inline comments and minor coding style issues Fix inline comments and empty line in scmi driver and test files. Remove test on IS_ENABLED(CONFIG_*_SCMI) in test/dm/scmi.c since these configuration are expected enabled when CONFIG_FIRMWARE_SCMI is enabled in sandbox configuration. Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>