drm/amd/amdgpu/amdgpu_device: Provide suitable description for param 'xcc_id'
authorLee Jones <lee@kernel.org>
Thu, 24 Aug 2023 07:36:57 +0000 (08:36 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 30 Aug 2023 19:26:58 +0000 (15:26 -0400)
commit8057a9d6561e1b1fbdb3b0d21d8b3724aa034f4e
treecbe2aa0124b32120ea1ae774ac967c06657a655d
parent01ee1f8aeac711aad1eda78652e0ad741100958f
drm/amd/amdgpu/amdgpu_device: Provide suitable description for param 'xcc_id'

Fixes the following W=1 kernel build warning(s):

 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:516: warning: Function parameter or member 'xcc_id' not described in 'amdgpu_mm_wreg_mmio_rlc'

Signed-off-by: Lee Jones <lee@kernel.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c