mgmt-tester: Fix typo
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 16 Jun 2021 15:18:40 +0000 (08:18 -0700)
committerAyush 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

index fe39506..fcce699 100755 (executable)
@@ -325,7 +325,7 @@ static void debug_exp_callback(uint8_t status, uint16_t length,
        tester_print("Debug feature is enabled");
 }
 
-static void debup_exp_feature(struct test_data *data)
+static void debug_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);
-               debup_exp_feature(data);
+               debug_exp_feature(data);
        }
 
        mgmt_send(data->mgmt, MGMT_OP_READ_VERSION, MGMT_INDEX_NONE, 0, NULL,