summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorCristian Chilipirea <cristian.chilipirea@gmail.com>2012-05-09 08:44:52 +0300
committerGustavo Padovan <gustavo@padovan.org>2012-05-09 03:06:09 -0300
commit53168e5b3b40efffff8b9f2e6e0eaf5607daa884 (patch)
tree51a60e07d8863b6bbcb969f4348a573c9a0dc9b9 /net
parent000092b0b4793caf831f6016fa69d25abba31e51 (diff)
downloadlinux-53168e5b3b40efffff8b9f2e6e0eaf5607daa884.tar.gz
linux-53168e5b3b40efffff8b9f2e6e0eaf5607daa884.tar.xz
linux-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.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)
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;