From: Xuezhi Zhang zhangxuezhi1@yulong.com
Change 'tft' to 'TFT'
Signed-off-by: Xuezhi Zhang zhangxuezhi1@yulong.com --- 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
On Fri, Mar 26, 2021 at 08:55:51PM +0800, Carlis wrote:
From: Xuezhi Zhang zhangxuezhi1@yulong.com
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
On Fri, 26 Mar 2021 14:03:34 +0100 Greg KH gregkh@linuxfoundation.org wrote:
On Fri, Mar 26, 2021 at 08:55:51PM +0800, Carlis wrote:
From: Xuezhi Zhang zhangxuezhi1@yulong.com
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
dri-devel@lists.freedesktop.org