瀏覽代碼

Bluetooth: Fix style in hidp code

Follow the net rules.

Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Gustavo Padovan 13 年之前
父節點
當前提交
1d0c4da8f7
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      net/bluetooth/hidp/core.c

+ 2 - 1
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;