aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2014-03-25 06:06:19 -0400
committerMarcel Holtmann <marcel@holtmann.org>2014-03-26 12:31:39 -0400
commit73cf71d9865ad83c2ab7d09bc71be129088e4ded (patch)
treeca324b91f722c4914ff92df2adb9c4f1f7b5a1cf /net
parent01735bbd584593b874c2c9d85a5c0e2882a2dc06 (diff)
Bluetooth: Fix line splitting of mgmt_device_found parameters
The line was incorrectly split between the variable type and its name. This patch fixes the issue. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net')
-rw-r--r--net/bluetooth/mgmt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c
index a0ef5c076880..37706e89af50 100644
--- a/net/bluetooth/mgmt.c
+++ b/net/bluetooth/mgmt.c
@@ -5668,8 +5668,8 @@ void mgmt_read_local_oob_data_complete(struct hci_dev *hdev, u8 *hash192,
5668} 5668}
5669 5669
5670void mgmt_device_found(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type, 5670void mgmt_device_found(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type,
5671 u8 addr_type, u8 *dev_class, s8 rssi, u8 cfm_name, u8 5671 u8 addr_type, u8 *dev_class, s8 rssi, u8 cfm_name,
5672 ssp, u8 *eir, u16 eir_len, u8 *scan_rsp, 5672 u8 ssp, u8 *eir, u16 eir_len, u8 *scan_rsp,
5673 u8 scan_rsp_len) 5673 u8 scan_rsp_len)
5674{ 5674{
5675 char buf[512]; 5675 char buf[512];