projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c138782
)
drm/drm_mm.h: Fix the name of the referenced function in comment
author
Liviu Dudau
<
[email protected]
>
Wed, 1 Nov 2017 14:04:45 +0000
(14:04 +0000)
committer
Gustavo Padovan
<
[email protected]
>
Thu, 2 Nov 2017 13:10:47 +0000
(11:10 -0200)
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 <
[email protected]
>
Reviewed-by: Alex Deucher <
[email protected]
>
Reviewed-by: Christian König <
[email protected]
>
Signed-off-by: Gustavo Padovan <
[email protected]
>
Link:
https://patchwork.freedesktop.org/patch/msgid/
[email protected]
include/drm/drm_mm.h
patch
|
blob
|
history
diff --git
a/include/drm/drm_mm.h
b/include/drm/drm_mm.h
index 8d10fc97801cee91bdb35682eee1e7759e4177b5..101f566ae43d01e8d013573501165428aaec92a3 100644
(file)
--- 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.