All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH]  drm/gvt : fix error message typo
@ 2018-10-04 16:04 Peng Hao
  2018-10-05  8:13 ` Zhi Wang
  0 siblings, 1 reply; 2+ messages in thread
From: Peng Hao @ 2018-10-04 16:04 UTC (permalink / raw)
  To: zhenyuw, zhi.a.wang, jani.nikula, joonas.lahtinen, airlied
  Cc: intel-gvt-dev, linux-kernel, Peng Hao


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



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

* Re: [PATCH] drm/gvt : fix error message typo
  2018-10-04 16:04 [PATCH] drm/gvt : fix error message typo Peng Hao
@ 2018-10-05  8:13 ` Zhi Wang
  0 siblings, 0 replies; 2+ messages in thread
From: Zhi Wang @ 2018-10-05  8:13 UTC (permalink / raw)
  To: Peng Hao, zhenyuw, jani.nikula, joonas.lahtinen, airlied
  Cc: intel-gvt-dev, linux-kernel, Peng Hao

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

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

end of thread, other threads:[~2018-10-05  8:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-04 16:04 [PATCH] drm/gvt : fix error message typo Peng Hao
2018-10-05  8:13 ` Zhi Wang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.