diff options
| author | Alexandre Viard <xela@viard.dev> | 2025-07-14 15:32:30 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-07-15 10:11:11 +0200 |
| commit | 851b2f7969382295a03de171ba4543e6b1e2f9e0 (patch) | |
| tree | 99e2d861ab53c4247a7a9ae1ef8cb60f9cc74640 /drivers/staging | |
| parent | 905f499e20301127226f3ef636a7cad28e41c2d9 (diff) | |
| download | linux-next-851b2f7969382295a03de171ba4543e6b1e2f9e0.tar.gz linux-next-851b2f7969382295a03de171ba4543e6b1e2f9e0.zip | |
staging: rtl8723bs: os_dep: remove whitespace after cast.
Fix checkpatch error "CHECK: No space is necessary after a cast"
in sdio_intf.c:292
Signed-off-by: Alexandre Viard <xela@viard.dev>
Link: https://lore.kernel.org/r/20250714133238.67997-1-xela@viard.dev
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging')
| -rw-r--r-- | drivers/staging/rtl8723bs/os_dep/sdio_intf.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
