All of lore.kernel.org
 help / color / mirror / Atom feed
From: lijian_8010a29@163.com
To: dri-devel@lists.freedesktop.org, linux-fbdev@vger.kernel.org,
	linux-kernel@vger.kernel.org
Cc: lijian <lijian@yulong.com>
Subject: [PATCH] video: fbdev: kyro: STG4000OverlayDevice.c: Fix a typo
Date: Wed,  2 Jun 2021 11:24:50 +0800	[thread overview]
Message-ID: <20210602032450.90703-1-lijian_8010a29@163.com> (raw)

From: lijian <lijian@yulong.com>

Change 'thses' to 'these'.

Signed-off-by: lijian <lijian@yulong.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



                 reply	other threads:[~2021-06-02  3:25 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210602032450.90703-1-lijian_8010a29@163.com \
    --to=lijian_8010a29@163.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=lijian@yulong.com \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.