Message ID | 1503930839-21083-1-git-send-email-jason.ekstrand@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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@jlekstrand.net> wrote: > 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; > -- > 2.5.0.400.gff86faf > >
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;
Signed-off-by: Jason Ekstrand <jason@jlekstrand.net> --- include/drm/drm_syncobj.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)