[PATCH] drm/xe: Fix typo in vram frequency sysfs documentation
Sujaritha Sundaresan
sujaritha.sundaresan at intel.com
Wed Jan 10 07:42:03 UTC 2024
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
--
2.25.1
More information about the Intel-xe
mailing list