aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/omap_gem.c
diff options
context:
space:
mode:
authorTomi Valkeinen <[email protected]>2022-09-16 08:22:06 +0000
committerTomi Valkeinen <[email protected]>2023-01-17 15:57:33 +0000
commit5f994ce5fd3bc65deab14d59ee314a8e1e96221e (patch)
treef5b29f7e698d9175dad2ae38d956a34ba80f1c48 /drivers/gpu/drm/omapdrm/omap_gem.c
parentdrm/ttm: fix some minor kerneldoc issues (diff)
downloadkernel-5f994ce5fd3bc65deab14d59ee314a8e1e96221e.tar.gz
kernel-5f994ce5fd3bc65deab14d59ee314a8e1e96221e.zip
drm/omap: Fix kernel docs
Fix doc related warnings seen with W=1: the function names have changed but the docs have not been changed accordingly. Signed-off-by: Tomi Valkeinen <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Reviewed-by: Laurent Pinchart <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/omapdrm/omap_gem.c')
-rw-r--r--drivers/gpu/drm/omapdrm/omap_gem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/omapdrm/omap_gem.c b/drivers/gpu/drm/omapdrm/omap_gem.c
index cf571796fd26..d6b4934fa0fd 100644
--- a/drivers/gpu/drm/omapdrm/omap_gem.c
+++ b/drivers/gpu/drm/omapdrm/omap_gem.c
@@ -605,7 +605,7 @@ int omap_gem_dumb_create(struct drm_file *file, struct drm_device *dev,
}
/**
- * omap_gem_dumb_map - buffer mapping for dumb interface
+ * omap_gem_dumb_map_offset - create an offset for a dumb buffer
* @file: our drm client file
* @dev: drm device
* @handle: GEM handle to the object (from dumb_create)