projects
/
platform
/
upstream
/
bluez.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e55542e
)
mgmt-tester: Fix typo
author
Luiz Augusto von Dentz
<luiz.von.dentz@intel.com>
Wed, 16 Jun 2021 15:18:40 +0000
(08:18 -0700)
committer
Ayush Garg
<ayush.garg@samsung.com>
Fri, 11 Mar 2022 13:38:35 +0000
(19:08 +0530)
This fixes debup typo.
Signed-off-by: Anuj Jain <anuj01.jain@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
tools/mgmt-tester.c
patch
|
blob
|
history
diff --git
a/tools/mgmt-tester.c
b/tools/mgmt-tester.c
index
fe39506
..
fcce699
100755
(executable)
--- a/
tools/mgmt-tester.c
+++ b/
tools/mgmt-tester.c
@@
-325,7
+325,7
@@
static void debug_exp_callback(uint8_t status, uint16_t length,
tester_print("Debug feature is enabled");
}
-static void debu
p
_exp_feature(struct test_data *data)
+static void debu
g
_exp_feature(struct test_data *data)
{
tester_print("Enabling Debug feature");
@@
-391,7
+391,7
@@
static void test_pre_setup(const void *test_data)
if (tester_use_debug()) {
mgmt_set_debug(data->mgmt, print_debug, "mgmt: ", NULL);
mgmt_set_debug(data->mgmt_alt, print_debug, "mgmt-alt: ", NULL);
- debu
p
_exp_feature(data);
+ debu
g
_exp_feature(data);
}
mgmt_send(data->mgmt, MGMT_OP_READ_VERSION, MGMT_INDEX_NONE, 0, NULL,