mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 19:13:47 +02: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:
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 */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user