mirror of https://gitee.com/openkylin/linux.git
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:
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;
|
||||
|
|
Loading…
Reference in New Issue