Hi Ville, On Wed, Sep 29, 2010, Ville Tervo wrote: > --- > parser/hci.c | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) Thanks for the patch. I've pushed it to the upstream hcidump tree with the following whitespace fix: > + evt->status, btohs(evt->handle), evt->role?"slave":"master"); It should be 'evt->role ? "slave" : "master"' i.e. you've got some missing spaces there. Johan -- 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