staging: wlan-ng: fix coding style (indentation) in prism2mib.c
authorTim Collier <osdevtc@gmail.com>
Fri, 22 Jun 2018 19:39:31 +0000 (20:39 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Jun 2018 13:12:50 +0000 (22:12 +0900)
Fix "CHECK: Alignment should match open parenthesis" reported by
checkpatch.pl.

Signed-off-by: Tim Collier <osdevtc@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wlan-ng/prism2mib.c

index edad299ff5ad00b0814c6fe8e1688a3a41c4896d..e88baf715cec33a43eea91cfd3af8f240d31579b 100644 (file)
@@ -87,10 +87,10 @@ struct mibrec {
        u16 parm2;
        u16 parm3;
        int (*func)(struct mibrec *mib,
-                    int isget,
-                    struct wlandevice *wlandev,
-                    struct hfa384x *hw,
-                    struct p80211msg_dot11req_mibset *msg, void *data);
+                   int isget,
+                   struct wlandevice *wlandev,
+                   struct hfa384x *hw,
+                   struct p80211msg_dot11req_mibset *msg, void *data);
 };
 
 static int prism2mib_bytearea2pstr(struct mibrec *mib,