]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
staging: rtl8723bs: rename DisableInterrupt8723BSdio() to snake_case
authorNikolay Kulikov <nikolayof23@gmail.com>
Thu, 30 Apr 2026 17:29:06 +0000 (20:29 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 4 May 2026 14:49:26 +0000 (16:49 +0200)
commit52a6ca2c869304bd898e5147b3e68c858b31282f
tree85a2ecc3ee04a45122771a4fc79ca6b7e41d7ccb
parente5855f8a4728038bd3732092e2758653252213e3
staging: rtl8723bs: rename DisableInterrupt8723BSdio() to snake_case

Rename function DisableInterrupt8723BSdio() to
rtw_sdio_disable_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>
Reviewed-by: Luka Gejak <luka.gejak@linux.dev>
Link: https://patch.msgid.link/20260430172954.12828-3-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/os_intfs.c
drivers/staging/rtl8723bs/os_dep/sdio_intf.c