summaryrefslogtreecommitdiff
path: root/util/comm-host.h
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-07-06 11:45:29 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-07-07 04:42:20 +0000
commitb423957615a79f3d745b2670f468cf64d61f2421 (patch)
tree663b997f5a62a415646ab40a0a9023b8274f15d8 /util/comm-host.h
parenta009125e53d12bf172bb43b163ce021d7abd86f7 (diff)
downloadchrome-ec-b423957615a79f3d745b2670f468cf64d61f2421.tar.gz
util/comm-host.h: Format with clang-format
BUG=b:236386294 BRANCH=none TEST=none Tricium: disable Change-Id: Ied9a7419d93dfbc71d3f3a9302280de92d0890b1 Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3749523 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'util/comm-host.h')
-rw-r--r--util/comm-host.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/util/comm-host.h b/util/comm-host.h
index 17dd28d077..85661ec981 100644
--- a/util/comm-host.h
+++ b/util/comm-host.h
@@ -63,10 +63,11 @@ int comm_init_buffer(void);
* Send a command to the EC. Returns the length of output data returned (0 if
* none), or negative on error.
*/
-int ec_command(int command, int version, const void *outdata, int outsize, /* to
- the
- EC
- */
+int ec_command(int command, int version, const void *outdata,
+ int outsize, /* to
+ the
+ EC
+ */
void *indata, int insize); /* from the EC */
/**