Re: [PATCH] staging: rtl8192e: renamed variable IsHTHalfNmodeAPs

From: Philipp Hortmann
Date: Sun Oct 22 2023 - 02:48:58 EST


On 10/22/23 00:40, Gary Rookard wrote:
Renamed from Pascal/CamelCase to Snake case the variable IsHTHalfNmodeAPs, IsHTHalfNmodeAPs -> is_ht_half_nmode_aps. Linux kernel coding style (cleanup) checkpatch Avoid CamelCase. Driver rtl8192e compiles. Signed-off-by: Gary Rookard <garyrookard@xxxxxxxxxxxx> --- drivers/staging/rtl8192e/rtl819x_HTProc.c | 2 +- drivers/staging/rtl8192e/rtllib.h | 2 +- drivers/staging/rtl8192e/rtllib_softmac.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)

Hi,

I assume that now I cannot apply this patch anymore because the previous one is missing.

I propose to make a patch series out of the send in patches.
Please do a compile test and and use checkpatch.

Please include in the version change at which version what changed.

Thanks for your support.

Bye Philipp