[PATCH v2 0/3] Checkpatch cleanup patches

Bryant Boatright posted 3 patches 2 months, 4 weeks ago
There is a newer version of this series
.../staging/rtl8723bs/core/rtw_ieee80211.c    | 40 +++++++++----------
drivers/staging/rtl8723bs/core/rtw_mlme_ext.c |  2 +-
drivers/staging/rtl8723bs/include/ieee80211.h |  6 +--
3 files changed, 24 insertions(+), 24 deletions(-)
[PATCH v2 0/3] Checkpatch cleanup patches
Posted by Bryant Boatright 2 months, 4 weeks ago
Correct camel case names reported by checkpatch.

These patches are not required to be applied in any order.

Bryant Boatright (3):
  staging: rtl8723bs: Rename camel case enumeration
  staging: rtl8723bs: Rename camel case argument
  staging: rtl8723bs: Rename camel case variiable

 .../staging/rtl8723bs/core/rtw_ieee80211.c    | 40 +++++++++----------
 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c |  2 +-
 drivers/staging/rtl8723bs/include/ieee80211.h |  6 +--
 3 files changed, 24 insertions(+), 24 deletions(-)

-- 
2.43.0
Re: [PATCH v2 0/3] Checkpatch cleanup patches
Posted by Greg Kroah-Hartman 2 months, 2 weeks ago
On Mon, Nov 10, 2025 at 07:48:19PM +0000, Bryant Boatright wrote:
> Correct camel case names reported by checkpatch.
> 
> These patches are not required to be applied in any order.
> 
> Bryant Boatright (3):
>   staging: rtl8723bs: Rename camel case enumeration
>   staging: rtl8723bs: Rename camel case argument
>   staging: rtl8723bs: Rename camel case variiable
> 
>  .../staging/rtl8723bs/core/rtw_ieee80211.c    | 40 +++++++++----------
>  drivers/staging/rtl8723bs/core/rtw_mlme_ext.c |  2 +-
>  drivers/staging/rtl8723bs/include/ieee80211.h |  6 +--
>  3 files changed, 24 insertions(+), 24 deletions(-)
> 
> -- 
> 2.43.0
> 
> 
> 

What changed from v1?