mbox series

[0/2] bluetooth: hci_event: make coding style more consistent

Message ID bbdd9cbe-b65e-b309-1188-71a3a4ca6fdc@omprussia.ru
Headers show
Series bluetooth: hci_event: make coding style more consistent | expand

Message

Sergey Shtylyov Oct. 7, 2020, 3:52 p.m. UTC
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