Re: [PATCH v2] Bluetooth: hci_sync: Remove redundant func definition

From: Paul Menzel
Date: Fri Jul 15 2022 - 03:34:36 EST


Dear Zijun,


Thank you for the patch.

Am 15.07.22 um 06:14 schrieb Zijun Hu:
both hci_request.c and hci_sync.c have the same definition
for disconnected_accept_list_entries(), so remove a redundant
copy.

Please use 75 characters per line for Linux commit message bodies. That way, only two instead of three lines are needed.
Signed-off-by: Zijun Hu <quic_zijuhu@xxxxxxxxxxx>
---
v1->v2
-remove the func copy within hci_request.c instead of hci_sync.c
net/bluetooth/hci_request.c | 18 ------------------
net/bluetooth/hci_request.h | 2 ++
net/bluetooth/hci_sync.c | 2 +-
3 files changed, 3 insertions(+), 19 deletions(-)

[…]


Kind regards,

Paul