[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20210602032450.90703-1-lijian_8010a29@163.com>
Date: Wed, 2 Jun 2021 11:24:50 +0800
From: lijian_8010a29@....com
To: dri-devel@...ts.freedesktop.org, linux-fbdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: lijian <lijian@...ong.com>
Subject: [PATCH] video: fbdev: kyro: STG4000OverlayDevice.c: Fix a typo
From: lijian <lijian@...ong.com>
Change 'thses' to 'these'.
Signed-off-by: lijian <lijian@...ong.com>
---
drivers/video/fbdev/kyro/STG4000OverlayDevice.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/drivers/video/fbdev/kyro/STG4000OverlayDevice.c b/drivers/video/fbdev/kyro/STG4000OverlayDevice.c
index 7a09178024a6..46f17020c8cd 100644
--- a/drivers/video/fbdev/kyro/STG4000OverlayDevice.c
+++ b/drivers/video/fbdev/kyro/STG4000OverlayDevice.c
@@ -60,7 +60,10 @@ typedef struct _OVRL_SRC_DEST {
u32 ulDstX2;
u32 ulDstY2;
- /*clipped pixel pos of source data within buffer thses need to be 128 bit word aligned */
+ /*
+ * clipped pixel pos of source data within buffer
+ * these need to be 128 bit word aligned
+ */
u32 ulSrcX1;
u32 ulSrcY1;
u32 ulSrcX2;
--
2.25.1
Powered by blists - more mailing lists