Am 28.08.24 um 05:09 schrieb Srinivasan Shanmugam:
This commit adds a description for the 'ts' parameter in the
amdgpu_vm_handle_fault function's comment block.
Fixes the below with gcc W=1:
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:2781: warning: Function parameter or
struct member 'ts' not descr
Reviewed-by: Xiaogang Chen
On 8/27/2024 10:09 PM, Srinivasan Shanmugam wrote:
Caution: This message originated from an External Source. Use proper caution
when opening attachments, clicking links, or responding.
This commit adds a description for the 'ts' parameter in the
amdgpu_vm_handle_
This commit adds a description for the 'ts' parameter in the
amdgpu_vm_handle_fault function's comment block.
Fixes the below with gcc W=1:
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:2781: warning: Function parameter or
struct member 'ts' not described in 'amdgpu_vm_handle_fault'
Cc: Xiaogang.Chen