Commit b0d8a677 authored by Colin Ian King's avatar Colin Ian King Committed by Prashant Malani

platform/chrome: cros_ec_typec: Fix spelling mistake

There is a spelling mistake in a dev_warn message, make it lower case
and fix the spelling.
Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Reviewed-by: default avatarTzung-Bi Shih <tzungbi@kernel.org>
Reviewed-by: default avatarGuenter Roeck <groeck@chromium.org>
Link: https://lore.kernel.org/r/20230207091443.143995-1-colin.i.king@gmail.comSigned-off-by: default avatarPrashant Malani <pmalani@chromium.org>
[pmalani fixed up commit message based on tzungbi comment]
parent f54c013e
......@@ -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);
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment