et-next plumbings
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDean Jenkins <Dean_Jenkins@mentor.com>2016-09-23 18:56:26 +0100
committerMarcel Holtmann <marcel@holtmann.org>2016-09-24 06:40:24 +0200
commit8083ad1cf910dc22d4300213583d9d540853898a (patch)
tree69b59b705dcb70ab8f027f93695d5eea08ba593e
parentacf91ec384dd4c7c2c88cbaa2e0374e537123c1f (diff)
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>