Re: [PATCH v3 1/2] drm/amdgpu: add the argument description for inst

2024-11-13 Thread Boyuan Zhang
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

[PATCH v3 1/2] drm/amdgpu: add the argument description for inst

2024-11-13 Thread Sunil Khatri
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'