2021-03-26 12:57:27

by Xuezhi Zhang

[permalink] [raw]
Subject: [PATCH v2] staging: fbtft: fix a typo

From: Xuezhi Zhang <[email protected]>

Change 'tft' to 'TFT'

Signed-off-by: Xuezhi Zhang <[email protected]>
---
v2: use full name.
drivers/staging/fbtft/fbtft-core.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/fbtft/fbtft-core.c b/drivers/staging/fbtft/fbtft-core.c
index 4f362da..44e7acb 100644
--- a/drivers/staging/fbtft/fbtft-core.c
+++ b/drivers/staging/fbtft/fbtft-core.c
@@ -775,7 +775,7 @@ void fbtft_framebuffer_release(struct fb_info *info)
EXPORT_SYMBOL(fbtft_framebuffer_release);

/**
- * fbtft_register_framebuffer - registers a tft frame buffer device
+ * fbtft_register_framebuffer - registers a TFT frame buffer device
* @fb_info: frame buffer info structure
*
* Sets SPI driverdata if needed
@@ -873,7 +873,7 @@ int fbtft_register_framebuffer(struct fb_info *fb_info)
EXPORT_SYMBOL(fbtft_register_framebuffer);

/**
- * fbtft_unregister_framebuffer - releases a tft frame buffer device
+ * fbtft_unregister_framebuffer - releases a TFT frame buffer device
* @fb_info: frame buffer info structure
*
* Frees SPI driverdata if needed
--
1.9.1


2021-03-26 13:05:16

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [PATCH v2] staging: fbtft: fix a typo

On Fri, Mar 26, 2021 at 08:55:51PM +0800, Carlis wrote:
> From: Xuezhi Zhang <[email protected]>
>
> Change 'tft' to 'TFT'

That says what you did, but not _why_ you did it.

And this is not a "typo", as it is not misspelled and really is just
fine as-is.

thanks,

greg k-h

2021-03-30 07:23:37

by Xuezhi Zhang

[permalink] [raw]
Subject: Re: [PATCH v2] staging: fbtft: fix a typo

On Fri, 26 Mar 2021 14:03:34 +0100
Greg KH <[email protected]> wrote:

> On Fri, Mar 26, 2021 at 08:55:51PM +0800, Carlis wrote:
> > From: Xuezhi Zhang <[email protected]>
> >
> > Change 'tft' to 'TFT'
>
> That says what you did, but not _why_ you did it.
>
> And this is not a "typo", as it is not misspelled and really is just
> fine as-is.
>
> thanks,
>
> greg k-h

Ok,i will undo this patch.

thanks,

Xuezhi Zhang