staging: rtl8712: Fix multiple spaces after return type
authorGulsah Kose <gulsah.1004@gmail.com>
Sun, 16 Mar 2014 13:42:32 +0000 (15:42 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Mar 2014 19:06:31 +0000 (12:06 -0700)
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>
drivers/staging/rtl8712/drv_types.h

index a074fe81016951bae0050606def649619453c395..3362e5e32bcc8cec607fe0dd76470537552ae091 100644 (file)
@@ -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;
This page took 0.024821 seconds and 5 git commands to generate.