summaryrefslogtreecommitdiff
path: root/board/beadrix
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-07-08 10:58:21 -0700
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-07-08 19:12:23 +0000
commit94f92cd7f12736e9b59e0fd399d5663789019b22 (patch)
tree0a58c4dffd4175a8d72d9e517afdd60469ebe3e2 /board/beadrix
parenta103b8df46557cda86911ac36a084f08e600ad02 (diff)
downloadchrome-ec-94f92cd7f12736e9b59e0fd399d5663789019b22.tar.gz
clang-format: Ran clang-format on all files again
A number of files have had non-compliant changes uploaded since all files were formatted. Likely, the changes were uploaded before CL:3751770, so the author would not have seen any pre-upload failures. Re-format these files. This CL was generated via: clang-format -i $(find -name '*.[ch]' -type f -not -path '*third_party*') BUG=b:236386294 BRANCH=none TEST=none Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Change-Id: Iedad17d13c29f45c7601d43f7fa2ce3215cc678e Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3751462 Commit-Queue: Tom Hughes <tomhughes@chromium.org> Reviewed-by: Tom Hughes <tomhughes@chromium.org>
Diffstat (limited to 'board/beadrix')
-rw-r--r--board/beadrix/board.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/board/beadrix/board.c b/board/beadrix/board.c
index fc5a53b9ee..dd6f1146a2 100644
--- a/board/beadrix/board.c
+++ b/board/beadrix/board.c
@@ -443,8 +443,9 @@ int board_set_active_charge_port(int port)
}
/*
- * Stop the charger IC from switching while changing ports. Otherwise,
- * we can overcurrent the adapter we're switching to. (crbug.com/926056)
+ * Stop the charger IC from switching while changing ports.
+ * Otherwise, we can overcurrent the adapter we're switching to.
+ * (crbug.com/926056)
*/
charger_discharge_on_ac(1);
}