commit | 1d0c4da8f717937aeda47a72bc769d80f8776795 | [log] [tgz] |
---|---|---|
author | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | Sat Jun 09 19:22:42 2012 -0300 |
committer | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | Sat Jun 09 19:22:42 2012 -0300 |
tree | a0c9cbe3ea7ca4530df7e02ebf472b01a01c5966 | |
parent | 7490c6c2013dc1d42557d7c4694930631b0d0f34 [diff] |
Bluetooth: Fix style in hidp code Follow the net rules. Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
diff --git a/net/bluetooth/hidp/core.c b/net/bluetooth/hidp/core.c index 8a4afc7..ccd985d 100644 --- a/net/bluetooth/hidp/core.c +++ b/net/bluetooth/hidp/core.c
@@ -225,7 +225,8 @@ } 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;