Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 53168e5b authored by Cristian Chilipirea's avatar Cristian Chilipirea Committed by Gustavo Padovan
Browse files

Bluetooth: Fixed checkpatch warnings



Fixed some checkpatch warnings in mgmt.c.

Signed-off-by: default avatarCristian Chilipirea <cristian.chilipirea@gmail.com>
Signed-off-by: default avatarGustavo Padovan <gustavo@padovan.org>
parent 000092b0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2944,7 +2944,8 @@ int mgmt_write_scan_failed(struct hci_dev *hdev, u8 scan, u8 status)
	return 0;
}

int mgmt_new_link_key(struct hci_dev *hdev, struct link_key *key, bool persistent)
int mgmt_new_link_key(struct hci_dev *hdev, struct link_key *key,
		      bool persistent)
{
	struct mgmt_ev_new_link_key ev;