staging: rtl8192e: renamed variable TXCountToDataRate
authorGary Rookard <garyrookard@fastmail.org>
Thu, 23 Nov 2023 14:43:34 +0000 (09:43 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 26 Nov 2023 10:27:08 +0000 (10:27 +0000)
commit55401b86e04a1b0a5cb89556d58297e9040597a3
treec17ff7c5b9fe492d52e14b0667661c678dd2b55c
parentf0a8eb60836cd23b72ae83aa7c3b03a5af8e9191
staging: rtl8192e: renamed variable TXCountToDataRate

Renamed from Pascal/CamelCase to Snake case the variable
TXCountToDataRate.
TXCountToDataRate -> tx_count_to_data_rate

Linux kernel coding style (cleanup), checkpatch Avoid CamelCase.
Driver/module rtl8192e compiles.

Signed-off-by: Gary Rookard <garyrookard@fastmail.org>
Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/20231123144337.13112-3-garyrookard@fastmail.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtl819x_HTProc.c
drivers/staging/rtl8192e/rtllib.h
drivers/staging/rtl8192e/rtllib_softmac_wx.c