aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/bluetooth/mgmt.c')
-rw-r--r--net/bluetooth/mgmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c
index 982becd33ee6..4543ede4ddf3 100644
--- a/net/bluetooth/mgmt.c
+++ b/net/bluetooth/mgmt.c
@@ -613,7 +613,7 @@ failed:
613static int remove_uuid(struct sock *sk, unsigned char *data, u16 len) 613static int remove_uuid(struct sock *sk, unsigned char *data, u16 len)
614{ 614{
615 struct list_head *p, *n; 615 struct list_head *p, *n;
616 struct mgmt_cp_add_uuid *cp; 616 struct mgmt_cp_remove_uuid *cp;
617 struct hci_dev *hdev; 617 struct hci_dev *hdev;
618 u8 bt_uuid_any[] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; 618 u8 bt_uuid_any[] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 };
619 u16 dev_id; 619 u16 dev_id;