]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
staging: rtl8723bs: rename EnableInterrupt8723BSdio() to snake_case
authorNikolay Kulikov <nikolayof23@gmail.com>
Sun, 19 Apr 2026 07:19:36 +0000 (10:19 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Apr 2026 11:01:56 +0000 (05:01 -0600)
commitbff3de1f84f8c5fcff6deee7b619f7064b5d4e19
tree761919113323d12ef5bca57092b525f658674fff
parent629af58ab8273a5f78d8d2de13755cf670d50c52
staging: rtl8723bs: rename EnableInterrupt8723BSdio() to snake_case

Rename function EnableInterrupt8723BSdio() to
rtw_sdio_enable_interrupt() and format its description to comply with
Linux kernel coding style.
Declare this function without 'extern' prototype in the .h file to fix
checkpatch.pl warning.

Signed-off-by: Nikolay Kulikov <nikolayof23@gmail.com>
Link: https://patch.msgid.link/20260419072034.19824-11-nikolayof23@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/hal/sdio_ops.c
drivers/staging/rtl8723bs/include/sdio_ops.h
drivers/staging/rtl8723bs/os_dep/sdio_intf.c