firmware: scmi: fix inline comments and minor coding style issues
authorEtienne Carriere <etienne.carriere@linaro.org>
Mon, 8 Mar 2021 21:38:08 +0000 (22:38 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 12 Apr 2021 21:17:11 +0000 (17:17 -0400)
commitc3bba708da5ec3066bfaaaede8783e891f984a1a
tree7aa4b510c220324467383ed9f11ff95347731e71
parent0124218b8b4762621f5ff74bd03eb1bcb1d4e733
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>
arch/sandbox/include/asm/scmi_test.h
drivers/firmware/scmi/sandbox-scmi_agent.c
test/dm/scmi.c