This is the First series, Series-A, of a 3 part patch-series, which should be applied in the order of A, B and then C. This 3 part patch series fixes checkpatch warning Avoid CamelCase, for all references of struct rx_ts_record, and renames them to rx_ts for consistency and readability. Each patch renames references for a single function. These 6 patches were previously sent as patches 1 through 6, of 16, on 8/12/2023 - 16:15:06 EST, but the email submission process was interupted/throttled - thus why this is a 3 part series. Although patches are the same, they are marked v2. Thank you in advance to the reviewers ~ Tree Tree Davies (6): Staging: rtl8192e: Rename variable pBa in function rx_ts_delete_ba() Staging: rtl8192e: Rename variable pTS in function rtllib_rx_ADDBAReq() Staging: rtl8192e: Rename variable pRxTs in function rtllib_rx_DELBA() Staging: rtl8192e: Rename variable pRxTs in function rtllib_ts_init_del_ba() Staging: rtl8192e: Rename variable pRxTs in function rtllib_rx_ba_inact_timeout() Staging: rtl8192e: Rename variable pRxTs in function RxPktPendingTimeout() drivers/staging/rtl8192e/rtl819x_BAProc.c | 36 +++++++++++------------ drivers/staging/rtl8192e/rtl819x_TSProc.c | 32 ++++++++++---------- 2 files changed, 34 insertions(+), 34 deletions(-) -- 2.41.0