drm/amdgpu: Fix up kdoc in amdgpu_acpi.c
Fix these warnings by adding & deleting the deviant arguments. gcc with W=1 drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c:906: warning: Function parameter or member 'numa_info' not described in 'amdgpu_acpi_get_node_id' drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c:906: warning: Excess function parameter 'nid' description in 'amdgpu_acpi_get_node_id' Cc: Christian König <christian.koenig@amd.com> Cc: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Srinivasan Shanmugam <srinivasan.shanmugam@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
23616d1ff3
commit
66dadf1ab1
|
@ -894,7 +894,7 @@ static struct amdgpu_numa_info *amdgpu_acpi_get_numa_info(uint32_t pxm)
|
|||
* acpi device handle
|
||||
*
|
||||
* @handle: acpi handle
|
||||
* @nid: NUMA Node id returned by the platform firmware
|
||||
* @numa_info: amdgpu_numa_info structure holding numa information
|
||||
*
|
||||
* Queries the ACPI interface to fetch the corresponding NUMA Node ID for a
|
||||
* given amdgpu acpi device.
|
||||
|
|
Loading…
Reference in New Issue