summaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorLiviu Dudau <Liviu.Dudau@arm.com>2017-11-01 14:04:45 +0000
committerGustavo Padovan <gustavo.padovan@collabora.com>2017-11-02 11:10:47 -0200
commit0a2adb02d71e68e7e00913394ca2d9c5d9fe5eb7 (patch)
tree0775258a6d5f6709d05806ee54866353a43cb53e /include/drm
parentc138782d895d52aa3831aa8c468b33d68fa5c954 (diff)
downloadop-kernel-dev-0a2adb02d71e68e7e00913394ca2d9c5d9fe5eb7.zip
op-kernel-dev-0a2adb02d71e68e7e00913394ca2d9c5d9fe5eb7.tar.gz
drm/drm_mm.h: Fix the name of the referenced function in comment
drm_mm_insert_node_generic() is a simplified version of drm_mm_insert_node_in_range(), update comment to reflect correct function name. Signed-off-by: Liviu Dudau <liviu.dudau@arm.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.com> Link: https://patchwork.freedesktop.org/patch/msgid/20171101140445.2798-1-Liviu.Dudau@arm.com
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drm_mm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drm_mm.h b/include/drm/drm_mm.h
index 8d10fc9..101f566 100644
--- a/include/drm/drm_mm.h
+++ b/include/drm/drm_mm.h
@@ -386,7 +386,7 @@ int drm_mm_insert_node_in_range(struct drm_mm *mm,
* @color: opaque tag value to use for this node
* @mode: fine-tune the allocation search and placement
*
- * This is a simplified version of drm_mm_insert_node_in_range_generic() with no
+ * This is a simplified version of drm_mm_insert_node_in_range() with no
* range restrictions applied.
*
* The preallocated node must be cleared to 0.
OpenPOWER on IntegriCloud