From b6a46ed3b8234fd6a18b74e931c0f602b8ae4536 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> (cherry picked from commit 15bcff90136b55cc91678ff6e92de6ee1cc3e884) --- 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 a87eec20855cc6..26c2b7f9516675 100644 --- a/drivers/gpu/drm/panel/panel-simple.c +++ b/drivers/gpu/drm/panel/panel-simple.c @@ -1438,7 +1438,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