Solved some style errors,
parenthesis spacing, aligning arguments, replacing udelay() with
usleep_range().
I hope this makes future checks with the style script cleaner and more
helpfull.
Panagiotis Gravias (3):
staging/fbtft: Remove prohibited space before close parenthesis
staging/fbtft: Align arguments to match open parenthesis
staging: fbtft: Replace udelay with usleep_range
drivers/staging/fbtft/fb_ra8875.c | 4 ++--
drivers/staging/fbtft/fb_tinylcd.c | 2 +-
drivers/staging/fbtft/fb_upd161704.c | 18 +++++++++---------
drivers/staging/fbtft/fbtft-bus.c | 4 ++--
4 files changed, 14 insertions(+), 14 deletions(-)
--
2.55.0
Re: [PATCH 0/3] staging/fbtft: Minor cleanups.
Posted by
Dan Carpenter
1 week, 3 days ago
On Tue, Jul 14, 2026 at 10:09:38PM +0300, Panagiotis Gravias wrote:
> Solved some style errors,
> parenthesis spacing, aligning arguments, replacing udelay() with
> usleep_range().
>
> I hope this makes future checks with the style script cleaner and more
> helpfull.
>
With old code you should search lore for why it still exists.
regards,
dan carpenter
Re: [PATCH 0/3] staging/fbtft: Minor cleanups.
Posted by
Andy Shevchenko
1 week, 3 days ago
On Tue, Jul 14, 2026 at 10:09:38PM +0300, Panagiotis Gravias wrote:
> Solved some style errors,
> parenthesis spacing, aligning arguments, replacing udelay() with
> usleep_range().
>
> I hope this makes future checks with the style script cleaner and more
> helpfull.
To understand the resolution, read the mailing list archives for
the last ~6-9 months against this driver.
Also read and understand README in the folder of the driver.
--
With Best Regards,
Andy Shevchenko