summaryrefslogtreecommitdiff
path: root/chip/mt_scp
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-06-27 14:22:45 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-07-01 12:22:52 +0000
commit5bcf22d207d4a199ac727ebff73da39c99f8408f (patch)
tree8477f75006b030f669285efaae714bf11f792510 /chip/mt_scp
parent4dadad958779ea4b361980bb5e6491960e3150f5 (diff)
downloadchrome-ec-5bcf22d207d4a199ac727ebff73da39c99f8408f.tar.gz
chip/mt_scp/rv32i_common/hostcmd.c: Format with clang-format
BUG=b:236386294 BRANCH=none TEST=none Change-Id: I280a6a433378a8430f7f1282e46e43dfdb1dfa41 Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3729369 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'chip/mt_scp')
-rw-r--r--chip/mt_scp/rv32i_common/hostcmd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/chip/mt_scp/rv32i_common/hostcmd.c b/chip/mt_scp/rv32i_common/hostcmd.c
index 42a463ee56..3bbdf6b97c 100644
--- a/chip/mt_scp/rv32i_common/hostcmd.c
+++ b/chip/mt_scp/rv32i_common/hostcmd.c
@@ -97,7 +97,8 @@ DECLARE_IPI(SCP_IPI_HOST_COMMAND, hostcmd_handler, 0);
/*
* Get protocol information
*/
-static enum ec_status hostcmd_get_protocol_info(struct host_cmd_handler_args *args)
+static enum ec_status
+hostcmd_get_protocol_info(struct host_cmd_handler_args *args)
{
struct ec_response_get_protocol_info *r = args->response;