]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
staging: rtl8723bs: rename variables to snake_case
authorDavid Holland <david@cardinalsystem.net>
Fri, 27 Mar 2026 20:36:36 +0000 (16:36 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 31 Mar 2026 08:34:19 +0000 (10:34 +0200)
commita5a1b468de7555c15f4b1a14d4ca443bd194a299
tree3b76d4f98fca8b77dccdb83e782afa252cd44f47
parentd915dde6cf913f90efd74efbadf5f1219c7072ae
staging: rtl8723bs: rename variables to snake_case

The Linux kernel coding style guidelines prohibit the use of CamelCase
variable names. All variables should be snakecase.

Rename the 'ChipVersion' parameter to 'chip_version' and the
'AutoLoadFail' parameter to 'auto_load_fail' in hal_com.c to adhere to
the standard snakecase naming convention.

Signed-off-by: David Holland <david@cardinalsystem.net>
Link: https://patch.msgid.link/20260327203636.24891-1-david@cardinalsystem.net
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/hal/hal_com.c