Skip to content

Commit b0d8a67

Browse files
ColinIanKingPrashant Malani
authored andcommitted
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: Colin Ian King <[email protected]> Reviewed-by: Tzung-Bi Shih <[email protected]> Reviewed-by: Guenter Roeck <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Prashant Malani <[email protected]> [pmalani fixed up commit message based on tzungbi comment]
1 parent f54c013 commit b0d8a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/platform/chrome/cros_ec_typec.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,7 @@ static void cros_typec_handle_status(struct cros_typec_data *typec, int port_num
10201020
cros_typec_handle_vdm_attention(typec, port_num);
10211021
ret = cros_typec_send_clear_event(typec, port_num, PD_STATUS_EVENT_VDM_ATTENTION);
10221022
if (ret < 0)
1023-
dev_warn(typec->dev, "Failed VDM Attenetion event clear, port: %d\n",
1023+
dev_warn(typec->dev, "Failed VDM attention event clear, port: %d\n",
10241024
port_num);
10251025
}
10261026
}

0 commit comments

Comments
 (0)