[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20260107094714.300380-1-lorenzosimonelli02@gmail.com>
Date: Wed, 7 Jan 2026 10:47:11 +0100
From: Lorenzo Simonelli <lorenzosimonelli02@...il.com>
To: gregkh@...uxfoundation.org
Cc: sudipm.mukherjee@...il.com,
teddy.wang@...iconmotion.com,
linux-staging@...ts.linux.dev,
linux-kernel@...r.kernel.org,
linux-fbdev@...r.kernel.org,
Lorenzo Simonelli <lorenzosimonelli02@...il.com>
Subject: [PATCH 0/3] staging: style cleanups for sm750fb and rtl8723bs
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
Powered by blists - more mailing lists