This is the Second series, Series-B, 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. Thank you in advance to the reviewers ~ Tree Tree Davies (5): Staging: rtl8192e: Rename variable pTS in function ResetRxTsEntry() Staging: rtl8192e: Rename variable pRxTS in function TSInitialize() Staging: rtl8192e: Rename variable tmp in function GetTs() Staging: rtl8192e: Rename variable pRxTS in function RemoveTsEntry() Staging: rtl8192e: Rename variable pTS in function prototype rtllib_FlushRxTsPendingPkts() drivers/staging/rtl8192e/rtl819x_TSProc.c | 40 +++++++++++------------ drivers/staging/rtl8192e/rtllib.h | 2 +- 2 files changed, 21 insertions(+), 21 deletions(-) -- 2.41.0