diff options
author | Gustavo F. Padovan <padovan@profusion.mobi> | 2012-03-01 00:37:10 -0300 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2012-03-01 01:27:54 -0300 |
commit | 00abfe4442864144a77f70b6b411d691bcb796bf (patch) | |
tree | 2a1029a6ea9aa06573c6fd149c3fcb02620a6716 /net/bluetooth/hci_event.c | |
parent | 53bf2426b4122d933213bba78bf736e88f7dc929 (diff) | |
download | linux-3.10-00abfe4442864144a77f70b6b411d691bcb796bf.tar.gz linux-3.10-00abfe4442864144a77f70b6b411d691bcb796bf.tar.bz2 linux-3.10-00abfe4442864144a77f70b6b411d691bcb796bf.zip |
Bluetooth: Fix coding style with breaking lines
Our limit is 80 and broken lines should as right as possible.
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'net/bluetooth/hci_event.c')
-rw-r--r-- | net/bluetooth/hci_event.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/bluetooth/hci_event.c b/net/bluetooth/hci_event.c index 746f7d37225..aee9556e103 100644 --- a/net/bluetooth/hci_event.c +++ b/net/bluetooth/hci_event.c @@ -1344,7 +1344,8 @@ static int hci_outgoing_auth_needed(struct hci_dev *hdev, return 1; } -static inline int hci_resolve_name(struct hci_dev *hdev, struct inquiry_entry *e) +static inline int hci_resolve_name(struct hci_dev *hdev, + struct inquiry_entry *e) { struct hci_cp_remote_name_req cp; |