File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ struct pd_mode_data {
278
278
* @req_max_curr: Requested max current of the port partner
279
279
* @req_out_volt: Requested output voltage to the port partner
280
280
* @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
282
282
* @active: PPS mode is active
283
283
*/
284
284
struct pd_pps_data {
@@ -2050,7 +2050,7 @@ enum pdo_err {
2050
2050
2051
2051
static const char * const pdo_err_msg [] = {
2052
2052
[PDO_ERR_NO_VSAFE5V ] =
2053
- " err: source/sink caps should atleast have vSafe5V" ,
2053
+ " err: source/sink caps should at least have vSafe5V" ,
2054
2054
[PDO_ERR_VSAFE5V_NOT_FIRST ] =
2055
2055
" err: vSafe5V Fixed Supply Object Shall always be the first object" ,
2056
2056
[PDO_ERR_PDO_TYPE_NOT_IN_ORDER ] =
You can’t perform that action at this time.
0 commit comments