On 11/23/23 15:43, Gary Rookard wrote:
> Hi,
>
> This patch series renames (5) different variables from Pascal/CamelCase to
> Snake case.
>
> Patch 1/5) renamed variable HTMcsToDataRate
> Patch 2/5) renamed variable TxCountToDataRate
> Patch 3/5) renamed variable IsHtHalfNmodeAps
> Patch 4/5) renamed variable HTIOTPeerDetermine
> Patch 5/5) renamed variable HTIOTActIsMgntUseCCK6M
>
> Linux kernel coding style (cleanup), checkpatch Avoid CamelCase.
> Driver/module rtl8192e compiles.
>
> Regards,
> Gary
>
> ---
> v3: Corrected versioning from v1 -> v3, includes change history.
> v2: v2 was skipped over..v3 corrects this.
> v1: Style and compile issues, asked to redo.
>
> Gary Rookard (5):
> staging: rtl8192e; renamed variable HTMcsToDataRate
> staging: rtl8192e: renamed variable TXCountToDataRate
> staging: rtl8192e: renamed variable IsHTHalfNmodeAPs
> staging: rtl8192e: renamed variable HTIOTPeerDetermine
> staging: rtl8192e: renamed variable HTIOTActIsMgntUseCCK6M
>
> drivers/staging/rtl8192e/rtl819x_HTProc.c | 18 +++++++++---------
> drivers/staging/rtl8192e/rtllib.h | 4 ++--
> drivers/staging/rtl8192e/rtllib_softmac.c | 2 +-
> drivers/staging/rtl8192e/rtllib_softmac_wx.c | 2 +-
> 4 files changed, 13 insertions(+), 13 deletions(-)
>
So beside the two
CHECK: Alignment should match open parenthesis issues everything else is OK.
Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>