From: Marcel Holtmann Date: Thu, 10 Oct 2013 16:47:53 +0000 (-0700) Subject: Bluetooth: Fix too long line with set_advertising() function X-Git-Tag: accepted/tizen/common/20141203.182822~719^2~3^2^2~364^2~86 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=21b5187f23206c0343214194711c8f63e7003d0c;p=platform%2Fkernel%2Flinux-arm64.git Bluetooth: Fix too long line with set_advertising() function The function declaration goes over 80 characters, so break it down. Signed-off-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c index 7d25d6d..2793bfe 100644 --- a/net/bluetooth/mgmt.c +++ b/net/bluetooth/mgmt.c @@ -3255,7 +3255,8 @@ static void set_advertising_complete(struct hci_dev *hdev, u8 status) 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 pending_cmd *cmd;