Skip to content

Commit

Permalink
drm/amdgpu: fix typo in amdgpu_discovery.c
Browse files Browse the repository at this point in the history
disocvery -> discovery

Reviewed-by: Guchun Chen <guchun.chen@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
  • Loading branch information
alexdeucher authored and Guchun Chen committed Feb 24, 2022
1 parent a3c1fb5 commit 445ddf3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,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;
Expand Down Expand Up @@ -583,7 +583,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);
}

Expand Down

0 comments on commit 445ddf3

Please sign in to comment.