mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 22:14:36 -04:00
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:
committed by
Greg Kroah-Hartman
parent
2501b49199
commit
fe4f695d75
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user