staging: r8188eu: use Linux kernel variable naming convention
authorDeepak R Varma <drv@mailo.com>
Thu, 20 Oct 2022 21:26:47 +0000 (02:56 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 22 Oct 2022 08:00:21 +0000 (10:00 +0200)
commit6cc7b783f8295677a19e88c12e47021c06c3b6ef
treee5f03387632ec5135c6d72fe7559be23e7e73168
parentea679d8e032b0affc65c9d56b7bad3ef144366e1
staging: r8188eu: use Linux kernel variable naming convention

Follow the Linux Kernel coding style variable naming convention instead
of using camelCase style. Issue reported by checkpatch script for
these variables:
        tagLen, tagType, networkAddr, ipAddr, macAddr

Signed-off-by: Deepak R Varma <drv@mailo.com>
Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> # Edimax N150
Link: https://lore.kernel.org/r/a107c527e9032c22a62e93ff12d5fae625e70212.1666299151.git.drv@mailo.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_br_ext.c