bluetooth: Fix typos in comment

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2020-12-27 01:43:27 +08:00
committed by Alin Jerpelea
parent 32ad989c03
commit d1dc0bf848
12 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
/****************************************************************************
* wireless/bluetooth/bt_buf_s.c
* wireless/bluetooth/bt_buf.c
* Bluetooth buffer management
*
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
@@ -111,7 +111,7 @@ static struct bt_buf_s *g_buf_free_irq;
/* Pool of pre-allocated buffer structures */
static struct bt_buf_s
g_buf_pool[CONFIG_BLUETOOTH_BUFFER_PREALLOC];
g_buf_pool[CONFIG_BLUETOOTH_BUFFER_PREALLOC];
static bool g_poolinit = false;
+1 -1
View File
@@ -1,5 +1,5 @@
/****************************************************************************
* wireless/bluetooth/bt_l2cap.c
* wireless/bluetooth/bt_l2cap.h
* L2CAP handling
*
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
+1 -1
View File
@@ -1,5 +1,5 @@
/****************************************************************************
* wireless/bluetooth/bt_att.c
* wireless/bluetooth/bt_uuid.c
* Bluetooth UUID handling.
*
* Copyright (C) 2018 Gregory Nutt. All rights reserved.