* [PATCH] staging: fbtft: fix spelling mistake "writte" -> "written"
@ 2026-02-12 6:18 Santiago Almeida
2026-02-12 7:11 ` Dan Carpenter
0 siblings, 1 reply; 2+ messages in thread
From: Santiago Almeida @ 2026-02-12 6:18 UTC (permalink / raw)
To: Greg Kroah-Hartman; +Cc: linux-staging, linux-kernel, Santiago Almeida
Correct a typo in a comment within the fb_st7789v driver.
Found by codespell.
Signed-off-by: Santiago Almeida <santiagoalmeidaburbano@gmail.com>
---
drivers/staging/fbtft/fb_st7789v.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/fbtft/fb_st7789v.c b/drivers/staging/fbtft/fb_st7789v.c
index 861a154144e6..9c85430ae82e 100644
--- a/drivers/staging/fbtft/fb_st7789v.c
+++ b/drivers/staging/fbtft/fb_st7789v.c
@@ -221,7 +221,7 @@ static int init_display(struct fbtft_par *par)
* write_vmem() - write data to display.
* @par: FBTFT parameter object.
* @offset: offset from screen_buffer.
- * @len: the length of data to be writte.
+ * @len: the length of data to be write.
*
* Return: 0 on success, or a negative error code otherwise.
*/
--
2.53.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] staging: fbtft: fix spelling mistake "writte" -> "written"
2026-02-12 6:18 [PATCH] staging: fbtft: fix spelling mistake "writte" -> "written" Santiago Almeida
@ 2026-02-12 7:11 ` Dan Carpenter
0 siblings, 0 replies; 2+ messages in thread
From: Dan Carpenter @ 2026-02-12 7:11 UTC (permalink / raw)
To: Santiago Almeida; +Cc: Greg Kroah-Hartman, linux-staging, linux-kernel
On Thu, Feb 12, 2026 at 01:18:02AM -0500, Santiago Almeida wrote:
> Correct a typo in a comment within the fb_st7789v driver.
> Found by codespell.
>
> Signed-off-by: Santiago Almeida <santiagoalmeidaburbano@gmail.com>
> ---
> drivers/staging/fbtft/fb_st7789v.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/fbtft/fb_st7789v.c b/drivers/staging/fbtft/fb_st7789v.c
> index 861a154144e6..9c85430ae82e 100644
> --- a/drivers/staging/fbtft/fb_st7789v.c
> +++ b/drivers/staging/fbtft/fb_st7789v.c
> @@ -221,7 +221,7 @@ static int init_display(struct fbtft_par *par)
> * write_vmem() - write data to display.
> * @par: FBTFT parameter object.
> * @offset: offset from screen_buffer.
> - * @len: the length of data to be writte.
> + * @len: the length of data to be write.
written.
regards,
dan carpenter
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-02-12 7:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-12 6:18 [PATCH] staging: fbtft: fix spelling mistake "writte" -> "written" Santiago Almeida
2026-02-12 7:11 ` Dan Carpenter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox