summaryrefslogtreecommitdiff
path: root/board/cherry
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-07-06 11:39:24 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-07-07 17:59:06 +0000
commit8555cea7793323c2a4b1b196de544318bdc81d92 (patch)
treecc3fd2d42448b1c652de40348270aeec7a519b8f /board/cherry
parent4face99efd24596a0aa52cd3db99e5c33f960f51 (diff)
downloadchrome-ec-8555cea7793323c2a4b1b196de544318bdc81d92.tar.gz
board/cherry/board.c: Format with clang-format
BUG=b:236386294 BRANCH=none TEST=none Tricium: disable Change-Id: Iff6332e788eb710f1923ee4c7e40015c013bcb54 Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3748795 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'board/cherry')
-rw-r--r--board/cherry/board.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/cherry/board.c b/board/cherry/board.c
index d343f0d69e..77669173be 100644
--- a/board/cherry/board.c
+++ b/board/cherry/board.c
@@ -256,8 +256,8 @@ const struct usb_mux usb_muxes[CONFIG_USB_PD_PORT_MAX_COUNT] = {
},
};
-void board_set_charge_limit(int port, int supplier, int charge_ma,
- int max_ma, int charge_mv)
+void board_set_charge_limit(int port, int supplier, int charge_ma, int max_ma,
+ int charge_mv)
{
charge_set_input_current_limit(
MAX(charge_ma, CONFIG_CHARGER_INPUT_CURRENT), charge_mv);