On 2024-11-13 04:07, Sunil Khatri wrote:
Add argument description for the input argument
inst for amdgpu_device_ip_set_powergating_state.
Fixes the warning raised by the compiler:
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:2182:
warning: Function parameter or struct member 'inst' not described
Add argument description for the input argument
inst for amdgpu_device_ip_set_powergating_state.
Fixes the warning raised by the compiler:
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:2182:
warning: Function parameter or struct member 'inst' not described in
'amdgpu_device_ip_set_powergating_state'