[PATCH v2 0/8] staging: rtl8723bs: Fix coding style incosistencies in rtw_security.h

Sayyad Abid posted 8 patches 2 months, 2 weeks ago
.../staging/rtl8723bs/include/rtw_security.h  | 124 +++++++++---------
1 file changed, 62 insertions(+), 62 deletions(-)
[PATCH v2 0/8] staging: rtl8723bs: Fix coding style incosistencies in rtw_security.h
Posted by Sayyad Abid 2 months, 2 weeks ago
This patch series improves code readability by addressing coding style
issues in `rtw_security.h`. These changes aim to enhance the
maintainability and clarity of the codebase by ensuring compliance with
the Linux kernel's coding standards.

The coding style violations were identified using
`scripts/checkpatch.pl` on `rtw_security.h`.

### Changes in v2:
- Split the original patch into a series of 8 smaller patches, each
  addressing a distinct coding style issue as suggested by Greg's bot.
- Fixed indentation issues, placement of braces, and removal of spaces
  before tabs.
- Improved commit messages with detailed explanations for each change.

For reference, here is the `v1` submission:
https://lore.kernel.org/all/20240911133549.2664372-1-sayyad.abid16@gmail.com/


Sayyad Abid (8):
  staging: rtl8723bs: include: Fix open brace position in rtw_security.h
  staging: rtl8723bs: include: Fix indent for switch case in
    rtw_security.h
  staging: rtl8723bs: include: Fix indent for switch block in
    rtw_security.h
  staging: rtl8723bs: include: Fix use of tabs for indent in
    rtw_security.h
  staging: rtl8723bs: include: Fix indent for struct _byte_ in
    rtw_security.h
  staging: rtl8723bs: include: Fix indent for else block struct in
    rtw_security.h
  staging: rtl8723bs: include: Fix trailing */ position in
    rtw_security.h
  staging: rtl8723bs: include: Remove spaces before tabs in
    rtw_security.h

 .../staging/rtl8723bs/include/rtw_security.h  | 124 +++++++++---------
 1 file changed, 62 insertions(+), 62 deletions(-)

--
2.39.2
Re: [PATCH v2 0/8] staging: rtl8723bs: Fix coding style incosistencies in rtw_security.h
Posted by Philipp Hortmann 2 months, 2 weeks ago
On 9/12/24 06:04, Sayyad Abid wrote:
> This patch series improves code readability by addressing coding style
> issues in `rtw_security.h`. These changes aim to enhance the
> maintainability and clarity of the codebase by ensuring compliance with
> the Linux kernel's coding standards.
> 
> The coding style violations were identified using
> `scripts/checkpatch.pl` on `rtw_security.h`.
> 
> ### Changes in v2:
> - Split the original patch into a series of 8 smaller patches, each
>    addressing a distinct coding style issue as suggested by Greg's bot.
> - Fixed indentation issues, placement of braces, and removal of spaces
>    before tabs.
> - Improved commit messages with detailed explanations for each change.
> 
> For reference, here is the `v1` submission:
> https://lore.kernel.org/all/20240911133549.2664372-1-sayyad.abid16@gmail.com/
> 
> 
> Sayyad Abid (8):
>    staging: rtl8723bs: include: Fix open brace position in rtw_security.h
>    staging: rtl8723bs: include: Fix indent for switch case in
>      rtw_security.h
>    staging: rtl8723bs: include: Fix indent for switch block in
>      rtw_security.h
>    staging: rtl8723bs: include: Fix use of tabs for indent in
>      rtw_security.h
>    staging: rtl8723bs: include: Fix indent for struct _byte_ in
>      rtw_security.h
>    staging: rtl8723bs: include: Fix indent for else block struct in
>      rtw_security.h
>    staging: rtl8723bs: include: Fix trailing */ position in
>      rtw_security.h
>    staging: rtl8723bs: include: Remove spaces before tabs in
>      rtw_security.h
> 
>   .../staging/rtl8723bs/include/rtw_security.h  | 124 +++++++++---------
>   1 file changed, 62 insertions(+), 62 deletions(-)
> 
> --
> 2.39.2
> 

Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>