diff options
author | Liviu Dudau <Liviu.Dudau@arm.com> | 2017-11-01 10:04:45 -0400 |
---|---|---|
committer | Gustavo Padovan <gustavo.padovan@collabora.com> | 2017-11-02 09:10:47 -0400 |
commit | 0a2adb02d71e68e7e00913394ca2d9c5d9fe5eb7 (patch) | |
tree | 0775258a6d5f6709d05806ee54866353a43cb53e /include/drm/drm_mm.h | |
parent | c138782d895d52aa3831aa8c468b33d68fa5c954 (diff) |
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/drm_mm.h')
-rw-r--r-- | include/drm/drm_mm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drm_mm.h b/include/drm/drm_mm.h index 8d10fc97801c..101f566ae43d 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, | |||
386 | * @color: opaque tag value to use for this node | 386 | * @color: opaque tag value to use for this node |
387 | * @mode: fine-tune the allocation search and placement | 387 | * @mode: fine-tune the allocation search and placement |
388 | * | 388 | * |
389 | * This is a simplified version of drm_mm_insert_node_in_range_generic() with no | 389 | * This is a simplified version of drm_mm_insert_node_in_range() with no |
390 | * range restrictions applied. | 390 | * range restrictions applied. |
391 | * | 391 | * |
392 | * The preallocated node must be cleared to 0. | 392 | * The preallocated node must be cleared to 0. |