From ba3d640d8a665d61973172b2a0e9531b735f5f91 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 4 Dec 2004 18:17:59 +0000 Subject: Remove one whitespace --- tools/hciconfig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/hciconfig.c b/tools/hciconfig.c index 854c8715..22aaeda7 100644 --- a/tools/hciconfig.c +++ b/tools/hciconfig.c @@ -1063,7 +1063,7 @@ void print_dev_hdr(struct hci_dev_info *di) ba2str(&di->bdaddr, addr); printf("%s:\tType: %s\n", di->name, hci_dtypetostr(di->type) ); - printf("\tBD Address: %s ACL MTU: %d:%d SCO MTU: %d:%d\n", + printf("\tBD Address: %s ACL MTU: %d:%d SCO MTU: %d:%d\n", addr, di->acl_mtu, di->acl_pkts, di->sco_mtu, di->sco_pkts); } -- cgit