--- tools/hcitool.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/hcitool.c b/tools/hcitool.c index d7a82cc..875e25e 100644 --- a/tools/hcitool.c +++ b/tools/hcitool.c @@ -2563,8 +2563,8 @@ static struct { { "clkoff", cmd_clkoff, "Read clock offset" }, { "clock", cmd_clock, "Read local or remote clock" }, { "lescan", cmd_lescan, "Start LE scan" }, - { "lecc", cmd_lecc, "Create a LE Connection", }, - { "ledc", cmd_ledc, "Disconnect a LE Connection", }, + { "lecc", cmd_lecc, "Create a LE Connection" }, + { "ledc", cmd_ledc, "Disconnect a LE Connection" }, { NULL, NULL, 0 } }; -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html