Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1621277 > unrolled thread

[PATCH] drm/mediatek: re-phrase DRM_INFO error message

Started byColin King <colin.king@canonical.com>
First post2017-04-11 15:50 +0200
Last post2017-04-11 15:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] drm/mediatek: re-phrase DRM_INFO error message Colin King <colin.king@canonical.com> - 2017-04-11 15:50 +0200

#1621277 — [PATCH] drm/mediatek: re-phrase DRM_INFO error message

FromColin King <colin.king@canonical.com>
Date2017-04-11 15:50 +0200
Subject[PATCH] drm/mediatek: re-phrase DRM_INFO error message
Message-ID<tv4lc-7FU-13@gated-at.bofh.it>
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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web