[PATCH] staging: rtl8723bs: os_dep: remove whitespace after cast.

From: Alexandre Viard
Date: Mon Jul 14 2025 - 09:42:48 EST


Fix checkpatch error "CHECK: No space is necessary after a cast"
in sdio_intf.c:292

Signed-off-by: Alexandre Viard <xela@xxxxxxxxx>
---

Hello, this is my first patch on the kernel, I appreciate any feedback, thanks!
---
drivers/staging/rtl8723bs/os_dep/sdio_intf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8723bs/os_dep/sdio_intf.c b/drivers/staging/rtl8723bs/os_dep/sdio_intf.c
index 5a7238e661ff..e735747f2000 100644
--- a/drivers/staging/rtl8723bs/os_dep/sdio_intf.c
+++ b/drivers/staging/rtl8723bs/os_dep/sdio_intf.c
@@ -289,7 +289,7 @@ static struct adapter *rtw_sdio_if1_init(struct dvobj_priv *dvobj, const struct

rtw_hal_chip_configure(padapter);

- hal_btcoex_Initialize((void *) padapter);
+ hal_btcoex_Initialize((void *)padapter);

/* 3 6. read efuse/eeprom data */
rtw_hal_read_chip_info(padapter);
--
2.50.0