summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSzymon Janc <ext.szymon.janc@tieto.com>2016-07-19 11:10:20 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2016-07-19 09:49:17 +0000
commitae96c91109c81d600d58cc5870dd9e5cb336a3d3 (patch)
treeb498740d05ffae924a66e839d11e579fe3227b26 /net
parent1de77488ae543b119524cbc14344020c9f2eb43f (diff)
Bluetooth: GATT: Fix using non-ASCII characters
Some non-ASCII characters were used in code comments. Change-Id: Ie00e0b7d7a42a50503c601225cdd0896c375dee3 Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
Diffstat (limited to 'net')
-rw-r--r--net/bluetooth/gatt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/gatt.c b/net/bluetooth/gatt.c
index 0a8f0e23d..6d006f5c0 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.
*/