Bluetooth: Coding style fix
authorMeng Yu <yumeng18@huawei.com>
Thu, 1 Apr 2021 06:50:39 +0000 (14:50 +0800)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 2 Apr 2021 09:03:04 +0000 (11:03 +0200)
commit149b3f13b4b11175c81105f32b048260e63fdc34
treeaa84d5bce6aee5fc44971ab9878b4dd63f625899
parent82a1242619d0db39ca710538fa2a53623a1022c8
Bluetooth: Coding style fix

1. Add space when needed;
2. Block comments style fix;
3. Move open brace '{' following function definitions to the next line;
4. Remove unnecessary braces '{}' for single statement blocks.

Signed-off-by: Meng Yu <yumeng18@huawei.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/6lowpan.c
net/bluetooth/hci_debugfs.c
net/bluetooth/hci_event.c
net/bluetooth/hci_request.c
net/bluetooth/l2cap_core.c