]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2ee6baa817fcffe472e938476d2c562f3cb0f5ce
treeaa84d5bce6aee5fc44971ab9878b4dd63f625899
parent8a5ab62d67c123046e401d154504e533de1fe3b1
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