[PATCH] drm/syncobj: Fix the cb_list comment
Jason Ekstrand
jason at jlekstrand.net
Mon Aug 28 14:38:13 UTC 2017
Never mind this one. I'm squashing this into the relavant patch and
sending a v2 of that one patch
On Mon, Aug 28, 2017 at 7:33 AM, Jason Ekstrand <jason at jlekstrand.net>
wrote:
> 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20170828/ee5a897b/attachment.html>
More information about the dri-devel
mailing list