mbox series

[0/2] net/Blutooth - Coding style fix

Message ID 1617259839-31383-1-git-send-email-yumeng18@huawei.com
Headers show
Series net/Blutooth - Coding style fix | expand

Message

yumeng April 1, 2021, 6:50 a.m. UTC
Remove 'return' in void function and fix some coding style

Meng Yu (2):
  Bluetooth: Remove 'return' in void function
  Bluetooth: Coding style fix

 net/bluetooth/6lowpan.c     | 5 +----
 net/bluetooth/hci_debugfs.c | 8 ++++----
 net/bluetooth/hci_event.c   | 2 +-
 net/bluetooth/hci_request.c | 6 ++----
 net/bluetooth/l2cap_core.c  | 7 +++----
 5 files changed, 11 insertions(+), 17 deletions(-)

Comments

Marcel Holtmann April 2, 2021, 9:06 a.m. UTC | #1
Hi Meng,

> Remove 'return' in void function and fix some coding style

> 

> Meng Yu (2):

>  Bluetooth: Remove 'return' in void function

>  Bluetooth: Coding style fix

> 

> net/bluetooth/6lowpan.c     | 5 +----

> net/bluetooth/hci_debugfs.c | 8 ++++----

> net/bluetooth/hci_event.c   | 2 +-

> net/bluetooth/hci_request.c | 6 ++----

> net/bluetooth/l2cap_core.c  | 7 +++----

> 5 files changed, 11 insertions(+), 17 deletions(-)


both patches have been applied to bluetooth-next tree.

Regards

Marcel