From ae3c6c00c20ec51caeed8c1cba622c31cd6e3933 Mon Sep 17 00:00:00 2001 From: Andrei Emeltchenko Date: Thu, 30 Jul 2015 13:57:24 +0300 Subject: [PATCH] Bluetooth: Fix alignment Change-Id: If6b3b426bbcb763e4e089d330930bf68d4843282 Signed-off-by: Andrei Emeltchenko --- net/bluetooth/att.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/bluetooth/att.c b/net/bluetooth/att.c index 3c9c4506af6..924872d571f 100644 --- a/net/bluetooth/att.c +++ b/net/bluetooth/att.c @@ -173,7 +173,7 @@ static uint8_t att_mtu_req(struct bt_conn *conn, struct bt_buf *data) } static uint8_t att_handle_rsp(struct bt_conn *conn, void *pdu, uint16_t len, - uint8_t err) + uint8_t err) { struct bt_att *att = conn->att; struct bt_att_req req;