Skip to content

Commit 445ddf3

Browse files
alexdeucherGuchun Chen
authored andcommitted
drm/amdgpu: fix typo in amdgpu_discovery.c
disocvery -> discovery Reviewed-by: Guchun Chen <guchun.chen@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent a3c1fb5 commit 445ddf3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -371,8 +371,8 @@ static void amdgpu_discovery_read_harvest_bit_per_ip(struct amdgpu_device *adev,
371371
}
372372
}
373373

374-
static void amdgpu_disocvery_read_from_harvest_table(struct amdgpu_device *adev,
375-
uint32_t *vcn_harvest_count)
374+
static void amdgpu_discovery_read_from_harvest_table(struct amdgpu_device *adev,
375+
uint32_t *vcn_harvest_count)
376376
{
377377
struct binary_header *bhdr;
378378
struct harvest_table *harvest_info;
@@ -583,7 +583,7 @@ void amdgpu_discovery_harvest_ip(struct amdgpu_device *adev)
583583
amdgpu_discovery_read_harvest_bit_per_ip(adev,
584584
&vcn_harvest_count);
585585
} else {
586-
amdgpu_disocvery_read_from_harvest_table(adev,
586+
amdgpu_discovery_read_from_harvest_table(adev,
587587
&vcn_harvest_count);
588588
}
589589

0 commit comments

Comments
 (0)