From 15bcff90136b55cc91678ff6e92de6ee1cc3e884 Mon Sep 17 00:00:00 2001
From: Liu Ying <victor.liu@nxp.com>
Date: Wed, 9 Jan 2019 10:40:45 +0800
Subject: [PATCH] MLK-20702 drm/panel: simple: Fix a minor typo in a piece of
 comment

s/in pratical/in practice

Signed-off-by: Liu Ying <victor.liu@nxp.com>
---
 drivers/gpu/drm/panel/panel-simple.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c
index a76423057873b2..c3994bd58aa1e5 100644
--- a/drivers/gpu/drm/panel/panel-simple.c
+++ b/drivers/gpu/drm/panel/panel-simple.c
@@ -1238,7 +1238,7 @@ static const struct panel_desc jdi_tx26d202vm0bwa = {
 		/*
 		 * The panel spec recommends one second delay
 		 * to the below items.  However, it's a bit too
-		 * long in pratical.  Based on tests, it turns
+		 * long in practice.  Based on tests, it turns
 		 * out 100 milliseconds is fine.
 		 */
 		.prepare = 100,
-- 
GitLab