[PATCH] drm/xe: Fix typo in vram frequency sysfs documentation

Riana Tauro riana.tauro at intel.com
Thu Jan 11 06:01:10 UTC 2024


Hi Suja

Add "Fixes:" for this patch

Thanks
Riana

On 1/10/2024 1:12 PM, Sujaritha Sundaresan wrote:
> Fix function naming and description for xe_vram_freq_sysfs_init
> function.
> 
> Signed-off-by: Sujaritha Sundaresan <sujaritha.sundaresan at intel.com>
> ---
>   drivers/gpu/drm/xe/xe_vram_freq.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/xe/xe_vram_freq.c b/drivers/gpu/drm/xe/xe_vram_freq.c
> index 733146293307..838f582e5632 100644
> --- a/drivers/gpu/drm/xe/xe_vram_freq.c
> +++ b/drivers/gpu/drm/xe/xe_vram_freq.c
> @@ -96,7 +96,7 @@ static void vram_freq_sysfs_fini(struct drm_device *drm, void *arg)
>   }
>   
>   /*
> - * xe_vram_freq_init - Initialize vram frequency component
> + * xe_vram_freq_sysfs_init - Initialize vram frequency sysfs component
>    * @tile: Xe Tile object
>    *
>    * It needs to be initialized after the main tile component is ready


More information about the Intel-xe mailing list