Skip to content

Commit 28b7382

Browse files
JuliaLawallalexdeucher
authored andcommitted
drm/amdgpu/dc: fix typos in comments
Various spelling mistakes in comments. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 5839872 commit 28b7382

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

drivers/gpu/drm/amd/display/dc/bios/command_table.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ static enum bp_result transmitter_control_v2(
456456
if ((CONNECTOR_ID_DUAL_LINK_DVII == connector_id) ||
457457
(CONNECTOR_ID_DUAL_LINK_DVID == connector_id))
458458
/* on INIT this bit should be set according to the
459-
* phisycal connector
459+
* physical connector
460460
* Bit0: dual link connector flag
461461
* =0 connector is single link connector
462462
* =1 connector is dual link connector
@@ -468,7 +468,7 @@ static enum bp_result transmitter_control_v2(
468468
cpu_to_le16((uint8_t)cntl->connector_obj_id.id);
469469
break;
470470
case TRANSMITTER_CONTROL_SET_VOLTAGE_AND_PREEMPASIS:
471-
/* votage swing and pre-emphsis */
471+
/* voltage swing and pre-emphsis */
472472
params.asMode.ucLaneSel = (uint8_t)cntl->lane_select;
473473
params.asMode.ucLaneSet = (uint8_t)cntl->lane_settings;
474474
break;
@@ -2120,7 +2120,7 @@ static enum bp_result program_clock_v5(
21202120
memset(&params, 0, sizeof(params));
21212121
if (!bp->cmd_helper->clock_source_id_to_atom(
21222122
bp_params->pll_id, &atom_pll_id)) {
2123-
BREAK_TO_DEBUGGER(); /* Invalid Inpute!! */
2123+
BREAK_TO_DEBUGGER(); /* Invalid Input!! */
21242124
return BP_RESULT_BADINPUT;
21252125
}
21262126

0 commit comments

Comments
 (0)