staging/gdm724x: fix "alignment should match open parenthesis" issues
authorBruno Carvalho <brunocarvalhofarias@gmail.com>
Sun, 8 May 2016 02:15:53 +0000 (22:15 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 May 2016 12:25:52 +0000 (14:25 +0200)
Fix checkpatch issues: "CHECK: Alignment should match open parenthesis"

Signed-off-by: Bruno Carvalho <brunocarvalhofarias@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gdm724x/gdm_mux.c
drivers/staging/gdm724x/netlink_k.c

index 6bedd66..4009691 100644 (file)
@@ -278,8 +278,9 @@ static void gdm_mux_rcv_complete(struct urb *urb)
        }
 }
 
-static int gdm_mux_recv(void *priv_dev, int (*cb)(void *data, int len,
-                       int tty_index, struct tty_dev *tty_dev, int complete))
+static int gdm_mux_recv(void *priv_dev,
+                       int (*cb)(void *data, int len, int tty_index,
+                                 struct tty_dev *tty_dev, int complete))
 {
        struct mux_dev *mux_dev = priv_dev;
        struct usb_device *usbdev = mux_dev->usbdev;
index 9d83477..a0232e8 100644 (file)
@@ -88,7 +88,8 @@ static void netlink_rcv(struct sk_buff *skb)
 }
 
 struct sock *netlink_init(int unit,
-       void (*cb)(struct net_device *dev, u16 type, void *msg, int len))
+                         void (*cb)(struct net_device *dev, u16 type,
+                                    void *msg, int len))
 {
        struct sock *sock;
        struct netlink_kernel_cfg cfg = {