mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/
synced 2026-04-18 06:33:43 -04:00
gpu: amd: Remove duplicate semicolons at the end of line
Remove duplicate semicolons at the end of line. Signed-off-by: Youling Tang <tangyouling@loongson.cn> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
f0372d4f3f
commit
a590a83d74
@@ -1103,7 +1103,7 @@ static int vcn_v2_5_mmsch_start(struct amdgpu_device *adev,
|
||||
{
|
||||
uint32_t data = 0, loop = 0, size = 0;
|
||||
uint64_t addr = table->gpu_addr;
|
||||
struct mmsch_v1_1_init_header *header = NULL;;
|
||||
struct mmsch_v1_1_init_header *header = NULL;
|
||||
|
||||
header = (struct mmsch_v1_1_init_header *)table->cpu_addr;
|
||||
size = header->total_size;
|
||||
|
||||
Reference in New Issue
Block a user