Here are 2 patches against the 'bluetooth-next,git' repo. Mainly, I'm reducing the indentation levels in the HCI driver, mostly by using *goto* in the error paths in the functions where this hasn't been done -- this makes the coding style more consistent across the HCI driver... [1/2] bluetooth: hci_event: consolidate error paths in hci_phy_link_complete_evt() [2/2] bluetooth: hci_event: reduce indentation levels