staging: rtl8723bs: remove space after pointer

Fix checkpatch error "foo * bar" should be "foo *bar"
in osdep_service.h:105

Signed-off-by: Kartik Kulkarni <kartik.koolks@gmail.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Link: https://lore.kernel.org/r/20240730134155.37784-1-kartik.koolks@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Kartik Kulkarni
2024-07-30 13:41:55 +00:00
committed by Greg Kroah-Hartman
parent 2501b49199
commit fe4f695d75

View File

@@ -100,7 +100,7 @@ static inline int rtw_bug_check(void *parg1, void *parg2, void *parg3, void *par
#define MAC_ARG(x) (x)
#endif
extern void rtw_free_netdev(struct net_device * netdev);
extern void rtw_free_netdev(struct net_device *netdev);
/* Macros for handling unaligned memory accesses */