Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 47678e37 authored by Bruno Carvalho's avatar Bruno Carvalho Committed by Greg Kroah-Hartman
Browse files

staging/gdm724x: fix "alignment should match open parenthesis" issues



Fix checkpatch issues: "CHECK: Alignment should match open parenthesis"

Signed-off-by: default avatarBruno Carvalho <brunocarvalhofarias@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3cbe6a1c
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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;
+2 −1
Original line number Diff line number Diff line
@@ -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 = {