public inbox for linux-fbdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] staging: style cleanups for sm750fb and rtl8723bs
@ 2026-01-07  9:47 Lorenzo Simonelli
  2026-01-07  9:47 ` [PATCH 1/3] staging: sm750fb: fix static const char array warning Lorenzo Simonelli
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Lorenzo Simonelli @ 2026-01-07  9:47 UTC (permalink / raw)
  To: gregkh
  Cc: sudipm.mukherjee, teddy.wang, linux-staging, linux-kernel,
	linux-fbdev, Lorenzo Simonelli

This patch series performs various style cleanups in the staging
directory to resolve warnings reported by checkpatch.pl.

The changes include:
- Fixing 'static const char * const' declarations in sm750fb.
- Removing trailing whitespace in rtw_mlme.c.
- Simplifying boolean expressions by removing unnecessary parentheses
  and explicit comparisons to 'true'.

All patches have been checked with checkpatch.pl and the modified 
files have been verified to compile correctly.

Lorenzo Simonelli (3):
  staging: sm750fb: fix static const char array warning
  staging: rtl8723bs: remove trailing whitespace
  staging: rtl8723bs: remove unnecessary parentheses and true comparisons

 drivers/staging/rtl8723bs/core/rtw_mlme.c | 14 +++++++-------
 drivers/staging/sm750fb/sm750.c           |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

-- 
2.52.0

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-01-11 12:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-07  9:47 [PATCH 0/3] staging: style cleanups for sm750fb and rtl8723bs Lorenzo Simonelli
2026-01-07  9:47 ` [PATCH 1/3] staging: sm750fb: fix static const char array warning Lorenzo Simonelli
2026-01-11 12:58   ` Greg KH
2026-01-07  9:47 ` [PATCH 2/3] staging: rtl8723bs: remove trailing whitespace Lorenzo Simonelli
2026-01-07  9:47 ` [PATCH 3/3] staging: rtl8723bs: remove unnecessary parentheses and true comparisons Lorenzo Simonelli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox