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

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
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment