diff options
author | Cristian Chilipirea <cristian.chilipirea@gmail.com> | 2012-05-09 08:44:52 +0300 |
---|---|---|
committer | Gustavo Padovan <gustavo@padovan.org> | 2012-05-09 03:06:09 -0300 |
commit | 53168e5b3b40efffff8b9f2e6e0eaf5607daa884 (patch) | |
tree | 51a60e07d8863b6bbcb969f4348a573c9a0dc9b9 /net | |
parent | 000092b0b4793caf831f6016fa69d25abba31e51 (diff) | |
download | linux-stable-53168e5b3b40efffff8b9f2e6e0eaf5607daa884.tar.gz linux-stable-53168e5b3b40efffff8b9f2e6e0eaf5607daa884.tar.bz2 linux-stable-53168e5b3b40efffff8b9f2e6e0eaf5607daa884.zip |
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')
-rw-r--r-- | net/bluetooth/mgmt.c | 3 |
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) 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; |