mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
drm/amdgpu: change the comment from handle to ip_block
htmldoc generation depend upon the input arguments etc to generate the document. After update of handle to ip_block then update needs in comments too to fix the warnings. Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202410021904.YyGjlpk9-lkp@intel.com Signed-off-by: Sunil Khatri <sunil.khatri@amd.com> Acked-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
2d5f74a867
commit
7e6487ab21
@@ -46,7 +46,7 @@ static int isp_sw_fini(struct amdgpu_ip_block *ip_block)
|
||||
/**
|
||||
* isp_hw_init - start and test isp block
|
||||
*
|
||||
* @handle: handle for amdgpu_device pointer
|
||||
* @ip_block: Pointer to the amdgpu_ip_block for this hw instance.
|
||||
*
|
||||
*/
|
||||
static int isp_hw_init(struct amdgpu_ip_block *ip_block)
|
||||
@@ -63,7 +63,7 @@ static int isp_hw_init(struct amdgpu_ip_block *ip_block)
|
||||
/**
|
||||
* isp_hw_fini - stop the hardware block
|
||||
*
|
||||
* @handle: handle for amdgpu_device pointer
|
||||
* @ip_block: Pointer to the amdgpu_ip_block for this hw instance.
|
||||
*
|
||||
*/
|
||||
static int isp_hw_fini(struct amdgpu_ip_block *ip_block)
|
||||
|
||||
Reference in New Issue
Block a user