mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
staging: rtl8712: Fix multiple spaces after return type
Fix checkpatch.pl issues with multiple spaces after return type in drv_types.h Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
9ab3726b7e
commit
ba2ac29ed6
@@ -168,7 +168,7 @@ struct _adapter {
|
||||
struct task_struct *xmitThread;
|
||||
pid_t recvThread;
|
||||
uint(*dvobj_init)(struct _adapter *adapter);
|
||||
void (*dvobj_deinit)(struct _adapter *adapter);
|
||||
void (*dvobj_deinit)(struct _adapter *adapter);
|
||||
struct net_device *pnetdev;
|
||||
int bup;
|
||||
struct net_device_stats stats;
|
||||
|
||||
Reference in New Issue
Block a user