Skip to content

Commit f73800a

Browse files
Colin Ian Kinggregkh
authored andcommitted
usb: typec: tcpm: Fix spelling mistake "atleast" -> "at least"
There are spelling mistakes in a comment and a literal string. Fix them. Reviewed-by: Guenter Roeck <[email protected]> Acked-by: Heikki Krogerus <[email protected]> Signed-off-by: Colin Ian King <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent a76cb3d commit f73800a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/usb/typec/tcpm/tcpm.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ struct pd_mode_data {
278278
* @req_max_curr: Requested max current of the port partner
279279
* @req_out_volt: Requested output voltage to the port partner
280280
* @req_op_curr: Requested operating current to the port partner
281-
* @supported: Parter has atleast one APDO hence supports PPS
281+
* @supported: Parter has at least one APDO hence supports PPS
282282
* @active: PPS mode is active
283283
*/
284284
struct pd_pps_data {
@@ -2050,7 +2050,7 @@ enum pdo_err {
20502050

20512051
static const char * const pdo_err_msg[] = {
20522052
[PDO_ERR_NO_VSAFE5V] =
2053-
" err: source/sink caps should atleast have vSafe5V",
2053+
" err: source/sink caps should at least have vSafe5V",
20542054
[PDO_ERR_VSAFE5V_NOT_FIRST] =
20552055
" err: vSafe5V Fixed Supply Object Shall always be the first object",
20562056
[PDO_ERR_PDO_TYPE_NOT_IN_ORDER] =

0 commit comments

Comments
 (0)