staging: rtl8192e: avoid CamelCase <RATRIndex>
authorJohn Grace <johnmgrace1@gmail.com>
Tue, 25 Apr 2023 00:48:53 +0000 (20:48 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 May 2023 14:08:46 +0000 (16:08 +0200)
commit718ac8c8bd6a87d5fa2554089acb8c4f65dd5304
tree5b62ec67d8124cacb13e8cd7b9f7b6e19bbdaba0
parente7e0b078c9b396fc3de5f105c63235e70b876e5f
staging: rtl8192e: avoid CamelCase <RATRIndex>

Linux kernel coding-style suggests to not use mixed-case names. Fix
checkpatch issue by changing the variable name from camel case to snake
case.

Signed-off-by: John Grace <johnmgrace1@gmail.com>
Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/ZEcjdUR/bnln7Z1J@iris
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c
drivers/staging/rtl8192e/rtl8192e/rtl_core.c
drivers/staging/rtl8192e/rtllib.h
drivers/staging/rtl8192e/rtllib_softmac.c
drivers/staging/rtl8192e/rtllib_tx.c