mirror of
https://github.com/torvalds/linux.git
synced 2026-04-27 02:52:27 -04:00
drm/amdgpu: Fix spelling mistake "disabed" -> "disabled"
There is a spelling mistake in a drm debug message. Fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
9a9ec6c32c
commit
751f43e75d
@@ -3445,7 +3445,7 @@ int amdgpu_device_init(struct amdgpu_device *adev,
|
||||
adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_COMMON ||
|
||||
adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_IH ||
|
||||
adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_SMC)) {
|
||||
DRM_DEBUG("IP %s disabed for hw_init.\n",
|
||||
DRM_DEBUG("IP %s disabled for hw_init.\n",
|
||||
adev->ip_blocks[i].version->funcs->name);
|
||||
adev->ip_blocks[i].status.hw = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user