dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drm/syncobj: Fix the cb_list comment
@ 2017-08-28 14:33 Jason Ekstrand
  2017-08-28 14:38 ` Jason Ekstrand
  0 siblings, 1 reply; 2+ messages in thread
From: Jason Ekstrand @ 2017-08-28 14:33 UTC (permalink / raw)
  To: dri-devel; +Cc: Jason Ekstrand, Jason Ekstrand

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

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] drm/syncobj: Fix the cb_list comment
  2017-08-28 14:33 [PATCH] drm/syncobj: Fix the cb_list comment Jason Ekstrand
@ 2017-08-28 14:38 ` Jason Ekstrand
  0 siblings, 0 replies; 2+ messages in thread
From: Jason Ekstrand @ 2017-08-28 14:38 UTC (permalink / raw)
  To: Maling list - DRI developers; +Cc: Jason Ekstrand, Jason Ekstrand


[-- Attachment #1.1: Type: text/plain, Size: 792 bytes --]

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
>
>

[-- Attachment #1.2: Type: text/html, Size: 1301 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-08-28 14:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-28 14:33 [PATCH] drm/syncobj: Fix the cb_list comment Jason Ekstrand
2017-08-28 14:38 ` Jason Ekstrand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).