Bluetooth: Tidy-up coding style in hci_bcsp.c
authorDean Jenkins <Dean_Jenkins@mentor.com>
Fri, 23 Sep 2016 17:56:26 +0000 (18:56 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 24 Sep 2016 04:40:24 +0000 (06:40 +0200)
commit8083ad1cf910dc22d4300213583d9d540853898a
tree69b59b705dcb70ab8f027f93695d5eea08ba593e
parentacf91ec384dd4c7c2c88cbaa2e0374e537123c1f
Bluetooth: Tidy-up coding style in hci_bcsp.c

drivers/bluetooth/hci_bcsp.c contains some style issues as
highlighted by

./scripts/checkpatch.pl --strict -f drivers/bluetooth/hci_bcsp.c

a) comments - maintainer prefers network style comments
b) positioning of lines in multi-line statements
c) spaces after casts
d) missing blank lines after declarations

Therefore, tidy-up the above to make it easier to apply
future code changes that have conforming style.

Signed-off-by: Dean Jenkins <Dean_Jenkins@mentor.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/hci_bcsp.c