[Intel-gfx] [PATCH] drm/i915: Fixup kerneldoc in struct i915_gem_context

Daniel Vetter daniel at ffwll.ch
Tue Apr 5 16:05:21 UTC 2022


On Tue, Apr 05, 2022 at 04:53:45PM +0100, Tvrtko Ursulin wrote:
> From: Tvrtko Ursulin <tvrtko.ursulin at intel.com>
> 
> Mixup in rebasing and patchwork re-runs made me push the wrong version of
> the patch. Or I even forgot to send out the fixed version. Fix it up.
> 
> Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin at intel.com>
> Fixes: 748716041dfa ("drm/i915: Track all user contexts per client")
> Cc: Umesh Nerlige Ramappa <umesh.nerlige.ramappa at intel.com>

You picked the wrong sha1. Sure you're on the right tree? :-)

Fixes: 49bd54b390c2 ("drm/i915: Track all user contexts per client")
Reviewed-by: Daniel Vetter <daniel.vetter at ffwll.ch>



> ---
>  drivers/gpu/drm/i915/gem/i915_gem_context_types.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/i915/gem/i915_gem_context_types.h b/drivers/gpu/drm/i915/gem/i915_gem_context_types.h
> index 5946dcb11cf5..cb78214a7dcd 100644
> --- a/drivers/gpu/drm/i915/gem/i915_gem_context_types.h
> +++ b/drivers/gpu/drm/i915/gem/i915_gem_context_types.h
> @@ -296,7 +296,7 @@ struct i915_gem_context {
>  	/** @client: struct i915_drm_client */
>  	struct i915_drm_client *client;
>  
> -	/** link: &drm_client.context_list */
> +	/** @client_link: for linking onto &i915_drm_client.ctx_list */
>  	struct list_head client_link;
>  
>  	/**
> -- 
> 2.32.0
> 

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch


More information about the dri-devel mailing list