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

Lucas De Marchi lucas.demarchi at intel.com
Wed Jan 10 20:43:12 UTC 2024


On Wed, Jan 10, 2024 at 01:12:03PM +0530, 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)
> }
>
> /*

should be /** to make this kernel-doc, too?

>- * 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

there's a trailing list after this comment that should be removed too.

thanks

Lucas De Marchi
>-- 
>2.25.1
>


More information about the Intel-xe mailing list