]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amdgpu: Update the variable name to dma_buf
authorSunil Khatri <sunil.khatri@amd.com>
Thu, 21 Nov 2024 17:32:11 +0000 (23:02 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 10 Dec 2024 15:26:48 +0000 (10:26 -0500)
commit093bbeb994af5ac3f3affdfd73983dcbd19d9a17
treee72706700ea4a1e83669875e505c4b4e311a6814
parentea8094abfb09163432208d3c9c9892d858441320
drm/amdgpu: Update the variable name to dma_buf

Instead of fixing the warning for missing variable
its better to update the variable name to match
with the style followed in the code.

This will fix the below mentioned warning:
warning: Function parameter or struct member 'dbuf' not described in 'amdgpu_bo_create_isp_user'
warning: Excess function parameter 'dma_buf' description in 'amdgpu_bo_create_isp_user'

Signed-off-by: Sunil Khatri <sunil.khatri@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_object.c