summaryrefslogtreecommitdiff
path: root/common/usbc/usb_sm.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/usbc/usb_sm.c')
-rw-r--r--common/usbc/usb_sm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/usbc/usb_sm.c b/common/usbc/usb_sm.c
index d0ca28e330..bb5c923dec 100644
--- a/common/usbc/usb_sm.c
+++ b/common/usbc/usb_sm.c
@@ -183,7 +183,7 @@ static void call_run_functions(const int port,
call_run_functions(port, internal, current->parent);
}
-void exe_state(const int port, struct sm_ctx *const ctx)
+void run_state(const int port, struct sm_ctx *const ctx)
{
struct internal_ctx * const internal = (void *) ctx->internal;