aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth
diff options
context:
space:
mode:
authorGustavo Padovan <gustavo.padovan@collabora.co.uk>2012-06-09 19:22:42 -0300
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>2012-06-09 19:22:42 -0300
commit1d0c4da8f717937aeda47a72bc769d80f8776795 (patch)
treea0c9cbe3ea7ca4530df7e02ebf472b01a01c5966 /net/bluetooth
parentBluetooth: Remove magic disconnect reason (diff)
downloadlinux-dev-1d0c4da8f717937aeda47a72bc769d80f8776795.tar.xz
linux-dev-1d0c4da8f717937aeda47a72bc769d80f8776795.zip
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.c3
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)
}
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;