Skip to content

Commit a2f42b5

Browse files
neuschaeferalexdeucher
authored andcommitted
drm/amdgpu: Fix a typo ("boradcast")
Spell it as "broadcast". Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 44900af commit a2f42b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/amd/amdgpu/df_v1_7.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ static void df_v1_7_update_medium_grain_clock_gating(struct amdgpu_device *adev,
9494
WREG32_SOC15(DF, 0, mmDF_PIE_AON0_DfGlobalClkGater, tmp);
9595
}
9696

97-
/* Exit boradcast mode */
97+
/* Exit broadcast mode */
9898
adev->df.funcs->enable_broadcast_mode(adev, false);
9999
}
100100

0 commit comments

Comments
 (0)