Signed-off-by: Jason Ekstrand jason@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;