lkml.org 
[lkml]   [2018]   [Oct]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH] drm/gvt : fix error message typo
From
Date
Hi:

Thanks for the patches. :) Several places needs to be improved:

1. The prefix of the patch should be: "drm/i915/gvt:".
2. You can just cc the maintainers of gvt since the gvt is a sub-module
of i915.
3. Better refine the tittle of the patch and also the commit message. An
informative title and commit message would be more friendly to people
who reading this later, even it's only a small typo. :)

Again. Thanks for the patch. :) I will fix that for you and commit it,
so you don't need to send it again.

Thanks,
Zhi.

On 10/04/18 12:04, Peng Hao wrote:
>
> From: Peng Hao <peng.hao2@zte.com.cn>
>
> gvt_err message typo.
>
> Signed-off-by: Peng Hao <peng.hao2@zte.com.cn>
> ---
> drivers/gpu/drm/i915/gvt/gvt.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/i915/gvt/gvt.c b/drivers/gpu/drm/i915/gvt/gvt.c
> index 46c8b72..31d6809 100644
> --- a/drivers/gpu/drm/i915/gvt/gvt.c
> +++ b/drivers/gpu/drm/i915/gvt/gvt.c
> @@ -438,7 +438,7 @@ int intel_gvt_init_device(struct drm_i915_private *dev_priv)
>
> ret = intel_gvt_debugfs_init(gvt);
> if (ret)
> - gvt_err("debugfs registeration failed, go on.\n");
> + gvt_err("debugfs registration failed, go on.\n");
>
> gvt_dbg_core("gvt device initialization is done\n");
> dev_priv->gvt = gvt;
>

\
 
 \ /
  Last update: 2018-10-05 10:13    [W:1.193 / U:0.004 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site