staging: rtl8192e: Rename variables rateIndex and rateBitmap to avoid CamelCase
authorYogesh Hegde <yogi.kernel@gmail.com>
Sun, 30 Oct 2022 13:32:04 +0000 (19:02 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 31 Oct 2022 08:06:11 +0000 (09:06 +0100)
commit607732b42ce6aad76bbca3de8ea853c03e374958
tree86e056e1a7f7c94205302cbe0fc66c8ce21296ea
parentf369953d9cd99a3977859a4bbad58897bc3da153
staging: rtl8192e: Rename variables rateIndex and rateBitmap to avoid CamelCase

Rename variables
* rateIndex to rate_index
* rateBitmap to rate_bitmap
to avoid CamelCase which is not accepted by checkpatch.pl .

Signed-off-by: Yogesh Hegde <yogi.kernel@gmail.com>
Link: https://lore.kernel.org/r/20221030133204.GA416592@zephyrus
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtl8192e/rtl_dm.c