diff --git a/drivers/platform/chrome/cros_ec_typec.c b/drivers/platform/chrome/cros_ec_typec.c index 71f5d7d8e055bb1eb9f75465148f31d12e2275df..a673c334247067ea7612175a000d83be11bf4e0c 100644 --- a/drivers/platform/chrome/cros_ec_typec.c +++ b/drivers/platform/chrome/cros_ec_typec.c @@ -1020,7 +1020,7 @@ static void cros_typec_handle_status(struct cros_typec_data *typec, int port_num cros_typec_handle_vdm_attention(typec, port_num); ret = cros_typec_send_clear_event(typec, port_num, PD_STATUS_EVENT_VDM_ATTENTION); if (ret < 0) - dev_warn(typec->dev, "Failed VDM Attenetion event clear, port: %d\n", + dev_warn(typec->dev, "Failed VDM attention event clear, port: %d\n", port_num); } }