[PATCH 1/2] drm/amdgpu: Fix incorrect filenames in sysfs comments
Christian König
ckoenig.leichtzumerken at gmail.com
Tue Feb 7 14:14:46 UTC 2023
Am 06.02.23 um 18:25 schrieb kent.russell at amd.com:
> This looks like a standard copy/paste mistake. Replace the incorrect
> serial_number references with product_name and product_model
>
> Signed-off-by: kent.russell at amd.com <kent.russell at amd.com>
Reviewed-by: Christian König <christian.koenig at amd.com> for the series.
> ---
> drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
> index a10b627c8357..5a97021bbb23 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
> @@ -162,7 +162,7 @@ static void amdgpu_device_get_pcie_info(struct amdgpu_device *adev);
> *
> * The amdgpu driver provides a sysfs API for reporting the product name
> * for the device
> - * The file serial_number is used for this and returns the product name
> + * The file product_name is used for this and returns the product name
> * as returned from the FRU.
> * NOTE: This is only available for certain server cards
> */
> @@ -184,7 +184,7 @@ static DEVICE_ATTR(product_name, S_IRUGO,
> *
> * The amdgpu driver provides a sysfs API for reporting the part number
> * for the device
> - * The file serial_number is used for this and returns the part number
> + * The file product_number is used for this and returns the part number
> * as returned from the FRU.
> * NOTE: This is only available for certain server cards
> */
More information about the amd-gfx
mailing list