OSDN Git Service

tools/mgmt-tester: Fix minor typo
authorJohan Hedberg <johan.hedberg@intel.com>
Mon, 23 Nov 2015 10:41:37 +0000 (12:41 +0200)
committerJohan Hedberg <johan.hedberg@intel.com>
Mon, 23 Nov 2015 10:41:37 +0000 (12:41 +0200)
tools/mgmt-tester.c

index ea16040..b5be5b2 100644 (file)
@@ -5091,7 +5091,7 @@ static void setup_add_device(const void *test_data)
        const unsigned char *add_param;
        size_t add_param_len;
 
-       tester_print("Powering on controller (with added device))");
+       tester_print("Powering on controller (with added device)");
 
        if (data->hciemu_type == HCIEMU_TYPE_LE) {
                add_param = add_device_success_param_2;