summaryrefslogtreecommitdiff
path: root/chip/host
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-06-27 14:15:00 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-07-01 07:06:10 +0000
commitd4213c0b6676ff80c4e3a8b396f716421cabc007 (patch)
tree4df860b5be94e1d021857152f600c5331bc63c99 /chip/host
parentc4b2cd755b22912cabfa072af89af1e409bb3ec0 (diff)
downloadchrome-ec-d4213c0b6676ff80c4e3a8b396f716421cabc007.tar.gz
chip/host/usb_pd_phy.c: Format with clang-format
BUG=b:236386294 BRANCH=none TEST=none Change-Id: Ia45063178baa5f75d18de9392fa95194b6e20237 Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3729154 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'chip/host')
-rw-r--r--chip/host/usb_pd_phy.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/chip/host/usb_pd_phy.c b/chip/host/usb_pd_phy.c
index ba81b986ad..eb77c1eecd 100644
--- a/chip/host/usb_pd_phy.c
+++ b/chip/host/usb_pd_phy.c
@@ -37,9 +37,9 @@ static struct pd_physical {
int verified_idx;
} pd_phy[CONFIG_USB_PD_PORT_MAX_COUNT];
-static const uint16_t enc4b5b[] = {
- 0x1E, 0x09, 0x14, 0x15, 0x0A, 0x0B, 0x0E, 0x0F, 0x12, 0x13, 0x16,
- 0x17, 0x1A, 0x1B, 0x1C, 0x1D};
+static const uint16_t enc4b5b[] = { 0x1E, 0x09, 0x14, 0x15, 0x0A, 0x0B,
+ 0x0E, 0x0F, 0x12, 0x13, 0x16, 0x17,
+ 0x1A, 0x1B, 0x1C, 0x1D };
/* Test utilities */
static void pd_test_reset_phy(int port)
@@ -216,7 +216,6 @@ int pd_test_tx_msg_verify_crc(int port)
return pd_test_tx_msg_verify_word(port, crc32_result());
}
-
/* Mock functions */
void pd_init_dequeue(int port)