staging: r8188eu: avoid camel case in phy_CalculateBitShift()
authorMichael Straube <straube.linux@gmail.com>
Sat, 6 Aug 2022 06:09:28 +0000 (08:09 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 16 Aug 2022 13:16:16 +0000 (15:16 +0200)
commitbfa4392887565c9ba7faf5ddb3e524e9ce9f3b39
tree09fa8faad7c3333a705c4191933d68f1615631f6
parent270e05092e09b22e083b5e2802a73b52a6b813eb
staging: r8188eu: avoid camel case in phy_CalculateBitShift()

Rename the function phy_CalculateBitShift() and its parameter BitMask
to avoid camel case.

phy_CalculateBitShift -> phy_calculate_bit_shift
BitMask -> bitmask

Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> # Edimax N150
Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20220806060929.11022-3-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/hal/rtl8188e_phycfg.c