summaryrefslogtreecommitdiff
path: root/include/usb_prl_sm.h
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-06-27 15:17:47 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-07-01 15:54:12 +0000
commit55badc6c9c30c758598e1ad3a3a82112c29d9f13 (patch)
treec070aba00e89663ceb3373cf3babadb3a1157ec2 /include/usb_prl_sm.h
parent1b9260267f600461afa03c831a3275b335fd43fa (diff)
downloadchrome-ec-55badc6c9c30c758598e1ad3a3a82112c29d9f13.tar.gz
include/usb_prl_sm.h: Format with clang-format
BUG=b:236386294 BRANCH=none TEST=none Change-Id: I4c129fc3e44efde83de81bdbf82f80cf61b47990 Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3730447 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'include/usb_prl_sm.h')
-rw-r--r--include/usb_prl_sm.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/include/usb_prl_sm.h b/include/usb_prl_sm.h
index 6607bd2824..7e1984475f 100644
--- a/include/usb_prl_sm.h
+++ b/include/usb_prl_sm.h
@@ -80,8 +80,7 @@ void prl_run(int port, int evt, int en);
* @param type port address
* @param rev revision
*/
-void prl_set_rev(int port, enum tcpci_msg_type type,
- enum pd_rev_type rev);
+void prl_set_rev(int port, enum tcpci_msg_type type, enum pd_rev_type rev);
/**
* Get the PD revision
@@ -100,7 +99,7 @@ enum pd_rev_type prl_get_rev(int port, enum tcpci_msg_type type);
* @param msg Control message type
*/
void prl_send_ctrl_msg(int port, enum tcpci_msg_type type,
- enum pd_ctrl_msg_type msg);
+ enum pd_ctrl_msg_type msg);
/**
* Sends a PD data message
@@ -110,7 +109,7 @@ void prl_send_ctrl_msg(int port, enum tcpci_msg_type type,
* @param msg Data message type
*/
void prl_send_data_msg(int port, enum tcpci_msg_type type,
- enum pd_data_msg_type msg);
+ enum pd_data_msg_type msg);
/**
* Sends a PD extended data message
@@ -120,7 +119,7 @@ void prl_send_data_msg(int port, enum tcpci_msg_type type,
* @param msg Extended data message type
*/
void prl_send_ext_data_msg(int port, enum tcpci_msg_type type,
- enum pd_ext_msg_type msg);
+ enum pd_ext_msg_type msg);
/**
* Informs the Protocol Layer that a hard reset has completed