aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c
diff options
context:
space:
mode:
authorCristian Chilipirea <cristian.chilipirea@gmail.com>2012-05-09 01:44:52 -0400
committerGustavo Padovan <gustavo@padovan.org>2012-05-09 02:06:09 -0400
commit53168e5b3b40efffff8b9f2e6e0eaf5607daa884 (patch)
tree51a60e07d8863b6bbcb969f4348a573c9a0dc9b9 /net/bluetooth/mgmt.c
parent000092b0b4793caf831f6016fa69d25abba31e51 (diff)
Bluetooth: Fixed checkpatch warnings
Fixed some checkpatch warnings in mgmt.c. Signed-off-by: Cristian Chilipirea <cristian.chilipirea@gmail.com> Signed-off-by: Gustavo Padovan <gustavo@padovan.org>
Diffstat (limited to 'net/bluetooth/mgmt.c')
-rw-r--r--net/bluetooth/mgmt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c
index 966f6bcfbcb9..25d220776079 100644
--- a/net/bluetooth/mgmt.c
+++ b/net/bluetooth/mgmt.c
@@ -2944,7 +2944,8 @@ int mgmt_write_scan_failed(struct hci_dev *hdev, u8 scan, u8 status)
2944 return 0; 2944 return 0;
2945} 2945}
2946 2946
2947int mgmt_new_link_key(struct hci_dev *hdev, struct link_key *key, bool persistent) 2947int mgmt_new_link_key(struct hci_dev *hdev, struct link_key *key,
2948 bool persistent)
2948{ 2949{
2949 struct mgmt_ev_new_link_key ev; 2950 struct mgmt_ev_new_link_key ev;
2950 2951