Bluetooth: Cleanup formatting and coding style
authorFabian Schindlatz <fabian.schindlatz@fau.de>
Sun, 23 Jun 2019 21:15:48 +0000 (23:15 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 6 Jul 2019 10:39:04 +0000 (12:39 +0200)
commit82b7d856649988b5ddaad5f17abb787f6909107f
tree7ea4f92bf1b16d203284d72a8de5ecfc5e91cd3b
parent7af3f558aca74f2ee47b173f1c27f6bb9a5b5561
Bluetooth: Cleanup formatting and coding style

Fix some warnings and one error reported by checkpatch.pl:
- lines longer than 80 characters are wrapped
- empty lines inserted to separate variable declarations from the actual
  code
- line break inserted after if (...)

Co-developed-by: Thomas Röthenbacher <thomas.roethenbacher@fau.de>
Signed-off-by: Thomas Röthenbacher <thomas.roethenbacher@fau.de>
Signed-off-by: Fabian Schindlatz <fabian.schindlatz@fau.de>
Cc: linux-kernel@i4.cs.fau.de
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/bpa10x.c
drivers/bluetooth/hci_ll.c