Commit fe4f695d authored by Kartik Kulkarni's avatar Kartik Kulkarni Committed by Greg Kroah-Hartman

staging: rtl8723bs: remove space after pointer

Fix checkpatch error "foo * bar" should be "foo *bar"
in osdep_service.h:105
Signed-off-by: default avatarKartik Kulkarni <kartik.koolks@gmail.com>
Reviewed-by: default avatarHans de Goede <hdegoede@redhat.com>
Link: https://lore.kernel.org/r/20240730134155.37784-1-kartik.koolks@gmail.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 2501b491
...@@ -100,7 +100,7 @@ static inline int rtw_bug_check(void *parg1, void *parg2, void *parg3, void *par ...@@ -100,7 +100,7 @@ static inline int rtw_bug_check(void *parg1, void *parg2, void *parg3, void *par
#define MAC_ARG(x) (x) #define MAC_ARG(x) (x)
#endif #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 */ /* Macros for handling unaligned memory accesses */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment