diff options
author | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | 2012-06-09 18:22:42 -0400 |
---|---|---|
committer | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | 2012-06-09 18:22:42 -0400 |
commit | 1d0c4da8f717937aeda47a72bc769d80f8776795 (patch) | |
tree | a0c9cbe3ea7ca4530df7e02ebf472b01a01c5966 /net/bluetooth | |
parent | 7490c6c2013dc1d42557d7c4694930631b0d0f34 (diff) |
Bluetooth: Fix style in hidp code
Follow the net rules.
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Diffstat (limited to 'net/bluetooth')
-rw-r--r-- | net/bluetooth/hidp/core.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/bluetooth/hidp/core.c b/net/bluetooth/hidp/core.c index 8a4afc7515a2..ccd985da6518 100644 --- a/net/bluetooth/hidp/core.c +++ b/net/bluetooth/hidp/core.c | |||
@@ -225,7 +225,8 @@ static void hidp_input_report(struct hidp_session *session, struct sk_buff *skb) | |||
225 | } | 225 | } |
226 | 226 | ||
227 | static int __hidp_send_ctrl_message(struct hidp_session *session, | 227 | static int __hidp_send_ctrl_message(struct hidp_session *session, |
228 | unsigned char hdr, unsigned char *data, int size) | 228 | unsigned char hdr, unsigned char *data, |
229 | int size) | ||
229 | { | 230 | { |
230 | struct sk_buff *skb; | 231 | struct sk_buff *skb; |
231 | 232 | ||