[PATCH] drm/syncobj: Fix the cb_list comment
Jason Ekstrand
jason at jlekstrand.net
Mon Aug 28 14:33:59 UTC 2017
Signed-off-by: Jason Ekstrand <jason at jlekstrand.net>
---
include/drm/drm_syncobj.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/drm/drm_syncobj.h b/include/drm/drm_syncobj.h
index aef7c10..c00fee5 100644
--- a/include/drm/drm_syncobj.h
+++ b/include/drm/drm_syncobj.h
@@ -51,7 +51,7 @@ struct drm_syncobj {
*/
struct dma_fence *fence;
/**
- * @list:
+ * @cb_list:
* List of callbacks to call when the fence gets replaced
*/
struct list_head cb_list;
--
2.5.0.400.gff86faf
More information about the dri-devel
mailing list