From ae96c91109c81d600d58cc5870dd9e5cb336a3d3 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Tue, 19 Jul 2016 11:10:20 +0200 Subject: [PATCH] Bluetooth: GATT: Fix using non-ASCII characters Some non-ASCII characters were used in code comments. Change-Id: Ie00e0b7d7a42a50503c601225cdd0896c375dee3 Signed-off-by: Szymon Janc --- net/bluetooth/gatt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/bluetooth/gatt.c b/net/bluetooth/gatt.c index 0a8f0e23da9..6d006f5c03e 100644 --- a/net/bluetooth/gatt.c +++ b/net/bluetooth/gatt.c @@ -1346,7 +1346,7 @@ static void att_read_rsp(struct bt_conn *conn, uint8_t err, const void *pdu, /* * Core Spec 4.2, Vol. 3, Part G, 4.8.1 - * If the Characteristic Value is greater than (ATT_MTU – 1) octets + * If the Characteristic Value is greater than (ATT_MTU - 1) octets * in length, the Read Long Characteristic Value procedure may be used * if the rest of the Characteristic Value is required. */