summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c
diff options
context:
space:
mode:
authorGustavo F. Padovan <padovan@profusion.mobi>2012-03-01 00:37:10 -0300
committerGustavo F. Padovan <padovan@profusion.mobi>2012-03-01 01:27:54 -0300
commit00abfe4442864144a77f70b6b411d691bcb796bf (patch)
tree2a1029a6ea9aa06573c6fd149c3fcb02620a6716 /net/bluetooth/mgmt.c
parent53bf2426b4122d933213bba78bf736e88f7dc929 (diff)
downloadlinux-00abfe4442864144a77f70b6b411d691bcb796bf.tar.bz2
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/mgmt.c')
-rw-r--r--net/bluetooth/mgmt.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c
index b0c43fe43563..373b46a9eb17 100644
--- a/net/bluetooth/mgmt.c
+++ b/net/bluetooth/mgmt.c
@@ -1926,8 +1926,7 @@ static int pin_code_reply(struct sock *sk, u16 index, void *data, u16 len)
goto failed;
}
- cmd = mgmt_pending_add(sk, MGMT_OP_PIN_CODE_REPLY, hdev, data,
- len);
+ cmd = mgmt_pending_add(sk, MGMT_OP_PIN_CODE_REPLY, hdev, data, len);
if (!cmd) {
err = -ENOMEM;
goto failed;