linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drm/mediatek: re-phrase DRM_INFO error message
@ 2017-04-11 13:44 Colin King
  2017-05-23  6:55 ` CK Hu
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2017-04-11 13:44 UTC (permalink / raw)
  To: CK Hu, Philipp Zabel, David Airlie, Matthias Brugger, dri-devel,
	linux-arm-kernel, linux-mediatek
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

The current message contains a spelling mistake and is not easily
parsable. Re-phrase it to be more understandable.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/gpu/drm/mediatek/mtk_dsi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/mediatek/mtk_dsi.c b/drivers/gpu/drm/mediatek/mtk_dsi.c
index 808b995a990f..79d240ff1331 100644
--- a/drivers/gpu/drm/mediatek/mtk_dsi.c
+++ b/drivers/gpu/drm/mediatek/mtk_dsi.c
@@ -933,7 +933,7 @@ static u32 mtk_dsi_recv_cnt(u8 type, u8 *read_data)
 		DRM_INFO("type is 0x02, try again\n");
 		break;
 	default:
-		DRM_INFO("type(0x%x) cannot be non-recognite\n", type);
+		DRM_INFO("type(0x%x) not recognized\n", type);
 		break;
 	}
 
-- 
2.11.0

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

* Re: [PATCH] drm/mediatek: re-phrase DRM_INFO error message
  2017-04-11 13:44 [PATCH] drm/mediatek: re-phrase DRM_INFO error message Colin King
@ 2017-05-23  6:55 ` CK Hu
  0 siblings, 0 replies; 2+ messages in thread
From: CK Hu @ 2017-05-23  6:55 UTC (permalink / raw)
  To: Colin King
  Cc: Philipp Zabel, David Airlie, Matthias Brugger, dri-devel,
	linux-arm-kernel, linux-mediatek, kernel-janitors, linux-kernel

Hi, Colin:

Sorry for my late reply. I've applied this patch to my branch
mediatek-drm-next-4.13, thanks.

Regards,
CK

On Tue, 2017-04-11 at 14:44 +0100, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> The current message contains a spelling mistake and is not easily
> parsable. Re-phrase it to be more understandable.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  drivers/gpu/drm/mediatek/mtk_dsi.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/mediatek/mtk_dsi.c b/drivers/gpu/drm/mediatek/mtk_dsi.c
> index 808b995a990f..79d240ff1331 100644
> --- a/drivers/gpu/drm/mediatek/mtk_dsi.c
> +++ b/drivers/gpu/drm/mediatek/mtk_dsi.c
> @@ -933,7 +933,7 @@ static u32 mtk_dsi_recv_cnt(u8 type, u8 *read_data)
>  		DRM_INFO("type is 0x02, try again\n");
>  		break;
>  	default:
> -		DRM_INFO("type(0x%x) cannot be non-recognite\n", type);
> +		DRM_INFO("type(0x%x) not recognized\n", type);
>  		break;
>  	}
>  

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

end of thread, other threads:[~2017-05-23  6:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-11 13:44 [PATCH] drm/mediatek: re-phrase DRM_INFO error message Colin King
2017-05-23  6:55 ` CK Hu

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