From: Cristian Chilipirea Date: Wed, 9 May 2012 05:44:52 +0000 (+0300) Subject: Bluetooth: Fixed checkpatch warnings X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=53168e5b3b40efffff8b9f2e6e0eaf5607daa884;p=linux.git Bluetooth: Fixed checkpatch warnings Fixed some checkpatch warnings in mgmt.c. Signed-off-by: Cristian Chilipirea Signed-off-by: Gustavo Padovan --- diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c index 966f6bcfbcb97..25d2207760796 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;