Skip to content

Commit 88e6a3d

Browse files
committed
fix indentation
1 parent c6cd0b6 commit 88e6a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ void amdgpu_job_free(struct amdgpu_job *job)
213213
}
214214

215215
int amdgpu_job_submit(struct amdgpu_job *job, struct drm_sched_entity *entity,
216-
void *owner, struct dma_fence **f)
216+
void *owner, struct dma_fence **f)
217217
{
218218
int r;
219219

0 commit comments

Comments
 (0)