Staging: rtl8712: Add space after return type
authorTapasweni Pathak <tapaswenipathak@gmail.com>
Sun, 21 Sep 2014 01:33:31 +0000 (07:03 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Sep 2014 15:14:36 +0000 (08:14 -0700)
This patch fixes checkpatch.pl warning in file rtl871x_ioctl.h
WARNING : Missing space after return type

Signed-off-by: Tapasweni Pathak <tapaswenipathak@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/rtl871x_ioctl.h

index 2016802..8e6ef5d 100644 (file)
@@ -69,7 +69,7 @@ struct oid_par_priv {
 struct oid_obj_priv {
        unsigned char   dbg; /* 0: without OID debug message
                              * 1: with OID debug message */
-       uint(*oidfuns)(struct oid_par_priv *poid_par_priv);
+       uint (*oidfuns)(struct oid_par_priv *poid_par_priv);
 };
 
 uint oid_null_function(struct oid_par_priv *poid_par_priv);