[Intel-gfx] [PATCH] drm/i915/guc:fix spelling mistake: "adddress" -> "address"

Daniel Vetter daniel at ffwll.ch
Tue May 16 09:26:26 UTC 2017


On Tue, May 16, 2017 at 10:22:35AM +0100, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
> 
> Trivial fix to spelling mistake in seq_printf message.
> 
> Fixes: a8b9370fc79c1 ("drm/i915/guc: Dump the GuC stage descriptor pool in debugfs")
> Signed-off-by: Colin Ian King <colin.king at canonical.com>

Applied, thanks.
-Daniel
> ---
>  drivers/gpu/drm/i915/i915_debugfs.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/i915/i915_debugfs.c b/drivers/gpu/drm/i915/i915_debugfs.c
> index bd9abef40c66..76abff186d01 100644
> --- a/drivers/gpu/drm/i915/i915_debugfs.c
> +++ b/drivers/gpu/drm/i915/i915_debugfs.c
> @@ -2582,7 +2582,7 @@ static int i915_guc_stage_pool(struct seq_file *m, void *data)
>  			   desc->db_trigger_uk);
>  		seq_printf(m, "\tProcess descriptor: 0x%x\n",
>  			   desc->process_desc);
> -		seq_printf(m, "\tWorkqueue adddress: 0x%x, size: 0x%x\n",
> +		seq_printf(m, "\tWorkqueue address: 0x%x, size: 0x%x\n",
>  			   desc->wq_addr, desc->wq_size);
>  		seq_putc(m, '\n');
>  
> -- 
> 2.11.0
> 
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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


More information about the Intel-gfx mailing list