]> Pileus Git - ~andy/linux/commitdiff
Bluetooth: Fix style in hidp code
authorGustavo Padovan <gustavo.padovan@collabora.co.uk>
Sat, 9 Jun 2012 22:22:42 +0000 (19:22 -0300)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Sat, 9 Jun 2012 22:22:42 +0000 (19:22 -0300)
Follow the net rules.

Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
net/bluetooth/hidp/core.c

index 8a4afc7515a23c0c82abed260d4bc8e34d05d9c6..ccd985da65180656d7df83a986655c4b82258220 100644 (file)
@@ -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;