diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2004-12-04 18:17:59 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2004-12-04 18:17:59 +0000 |
commit | ba3d640d8a665d61973172b2a0e9531b735f5f91 (patch) | |
tree | 8ed2beead6cdfef1374dc72c2e236c7de2befb34 /tools | |
parent | c75b3f2fae502b565565bcb94a4fab9dd889646a (diff) |
Remove one whitespace
Diffstat (limited to 'tools')
-rw-r--r-- | tools/hciconfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |