summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-06-27 14:26:17 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-06-30 23:17:20 +0000
commit5a4678a38bcbd517f7a3f9ec07c74ea2ba82fc6f (patch)
tree9d715e11a7999e22aa1f4080af93dea7dde3cae4
parent773670cbd6129f08b314ce089a61f9b3fe854fdb (diff)
downloadchrome-ec-5a4678a38bcbd517f7a3f9ec07c74ea2ba82fc6f.tar.gz
chip/npcx/uartn.h: Format with clang-format
BUG=b:236386294 BRANCH=none TEST=none Change-Id: Ic06dde5c6f8798f5e228ba06fa29e5f915ec0fd2 Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3729446 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
-rw-r--r--chip/npcx/uartn.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chip/npcx/uartn.h b/chip/npcx/uartn.h
index e5326f72b8..a0868a3a78 100644
--- a/chip/npcx/uartn.h
+++ b/chip/npcx/uartn.h
@@ -22,7 +22,7 @@ void uartn_init(uint8_t uart_num);
*/
void uartn_tx_start(uint8_t uart_num);
- /* Disable the UART transmit interrupt. */
+/* Disable the UART transmit interrupt. */
void uartn_tx_stop(uint8_t uart_num, uint8_t sleep_ena);
/* Flush the transmit FIFO. */
@@ -62,4 +62,4 @@ void uartn_rx_int_en(uint8_t uart_num);
void uartn_wui_en(uint8_t uart_num);
/* Enable/disable Tx NXMIP (No Transmit In Progress) interrupt */
void uartn_enable_tx_complete_int(uint8_t uart_num, uint8_t enable);
-#endif /* __CROS_EC_UARTN_H */
+#endif /* __CROS_EC_UARTN_H */