提交 21b5187f 编写于 作者: M Marcel Holtmann 提交者: Johan Hedberg

Bluetooth: Fix too long line with set_advertising() function

The function declaration goes over 80 characters, so break it down.
Signed-off-by: NMarcel Holtmann <marcel@holtmann.org>
Signed-off-by: NJohan Hedberg <johan.hedberg@intel.com>
上级 cebf4cfd
...@@ -3255,7 +3255,8 @@ static void set_advertising_complete(struct hci_dev *hdev, u8 status) ...@@ -3255,7 +3255,8 @@ static void set_advertising_complete(struct hci_dev *hdev, u8 status)
sock_put(match.sk); sock_put(match.sk);
} }
static int set_advertising(struct sock *sk, struct hci_dev *hdev, void *data, u16 len) static int set_advertising(struct sock *sk, struct hci_dev *hdev, void *data,
u16 len)
{ {
struct mgmt_mode *cp = data; struct mgmt_mode *cp = data;
struct pending_cmd *cmd; struct pending_cmd *cmd;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册