Re: [PATCH 0/3] rtl8192e: renamed (1) mixed case variable

From: Philipp Hortmann
Date: Mon Sep 25 2023 - 13:00:37 EST


On 9/25/23 17:11, Gary Rookard wrote:
Hi!

This patch set of (3) addresses the correction of mixed case useage
in (3) driver/staging/rtl8192e files.
1/3) rtllib.h
2/3) rtl819x_HTProc.c
3/3) rtllib_module.c

Variable renamed: HTUpdateDefaultSetting -> ht_update_default_setting

Linux kernel coding style "cleanup", no change in runtime logic,
compiles with no errors or warnings.

Hi Gary,

you need one patch to change all three usages of the variable.
You need to be able to compile the driver after each patch.

For the next patch you send to the mailing list you need a version history of your patch.

If you like you can send the patch first only to me. In case of questions feel free to ask.

Bye Philipp