From: Gustavo Padovan Date: Sat, 9 Jun 2012 22:22:42 +0000 (-0300) Subject: Bluetooth: Fix style in hidp code X-Git-Tag: v3.6-rc1~125^2~57^2~2^2~49 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1d0c4da8f717937aeda47a72bc769d80f8776795;p=platform%2Fkernel%2Flinux-stable.git Bluetooth: Fix style in hidp code Follow the net rules. Signed-off-by: Gustavo Padovan --- 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 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;