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

Commit 1d0c4da8 authored by Gustavo Padovan's avatar Gustavo Padovan
Browse files

Bluetooth: Fix style in hidp code



Follow the net rules.

Signed-off-by: default avatarGustavo Padovan <gustavo.padovan@collabora.co.uk>
parent 7490c6c2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -225,7 +225,8 @@ static void hidp_input_report(struct hidp_session *session, struct sk_buff *skb)
}

static int __hidp_send_ctrl_message(struct hidp_session *session,
			unsigned char hdr, unsigned char *data, int size)
				    unsigned char hdr, unsigned char *data,
				    int size)
{
	struct sk_buff *skb;