diff options
author | Liviu Dudau <Liviu.Dudau@arm.com> | 2017-11-01 14:04:45 +0000 |
---|---|---|
committer | Gustavo Padovan <gustavo.padovan@collabora.com> | 2017-11-02 11:10:47 -0200 |
commit | 0a2adb02d71e68e7e00913394ca2d9c5d9fe5eb7 (patch) | |
tree | 0775258a6d5f6709d05806ee54866353a43cb53e /include/drm | |
parent | c138782d895d52aa3831aa8c468b33d68fa5c954 (diff) | |
download | linux-0a2adb02d71e68e7e00913394ca2d9c5d9fe5eb7.tar.bz2 |
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.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, * @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. |