Skip to content

Commit 8e9a110

Browse files
wb-zjp846396alexdeucher
authored andcommitted
drm/amdkfd: clean up some inconsistent indenting
No functional modification involved. drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_svm.c:305 svm_range_free() warn: inconsistent indenting. Reported-by: Abaci Robot <abaci@linux.alibaba.com> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=6804 Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com> Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com> Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent bf2cc5e commit 8e9a110

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/amd/amdkfd/kfd_svm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ static void svm_range_free(struct svm_range *prange, bool do_unmap)
302302
for (gpuidx = 0; gpuidx < MAX_GPU_INSTANCE; gpuidx++) {
303303
if (prange->dma_addr[gpuidx]) {
304304
kvfree(prange->dma_addr[gpuidx]);
305-
prange->dma_addr[gpuidx] = NULL;
305+
prange->dma_addr[gpuidx] = NULL;
306306
}
307307
}
308308

0 commit comments

Comments
 (0)