Commit e776a755 authored by Alex Deucher's avatar Alex Deucher

drm/amdgpu: fix typo in amdgpu_discovery.c

disocvery -> discovery
Reviewed-by: default avatarGuchun Chen <guchun.chen@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 203bcac9
......@@ -435,8 +435,8 @@ static void amdgpu_discovery_read_harvest_bit_per_ip(struct amdgpu_device *adev,
}
}
static void amdgpu_disocvery_read_from_harvest_table(struct amdgpu_device *adev,
uint32_t *vcn_harvest_count)
static void amdgpu_discovery_read_from_harvest_table(struct amdgpu_device *adev,
uint32_t *vcn_harvest_count)
{
struct binary_header *bhdr;
struct harvest_table *harvest_info;
......@@ -1140,7 +1140,7 @@ void amdgpu_discovery_harvest_ip(struct amdgpu_device *adev)
amdgpu_discovery_read_harvest_bit_per_ip(adev,
&vcn_harvest_count);
} else {
amdgpu_disocvery_read_from_harvest_table(adev,
amdgpu_discovery_read_from_harvest_table(adev,
&vcn_harvest_count);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment