Hi Archie, > Use "reject list". I really think you need to write a bit of a commit message for these patches. > > Signed-off-by: Archie Pusaka <apusaka@xxxxxxxxxxxx> > Reviewed-by: Miao-chen Chou <mcchou@xxxxxxxxxxxx> > > --- > > include/net/bluetooth/hci_core.h | 2 +- > net/bluetooth/hci_core.c | 4 ++-- > net/bluetooth/hci_debugfs.c | 2 +- > net/bluetooth/hci_event.c | 6 +++--- > net/bluetooth/hci_sock.c | 12 ++++++------ > net/bluetooth/l2cap_core.c | 4 ++-- > net/bluetooth/mgmt.c | 4 ++-- > 7 files changed, 17 insertions(+), 17 deletions(-) > > diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h > index cfe2ada49ca2..9c8cdc4fe3c5 100644 > --- a/include/net/bluetooth/hci_core.h > +++ b/include/net/bluetooth/hci_core.h > @@ -522,7 +522,7 @@ struct hci_dev { > struct hci_conn_hash conn_hash; > > struct list_head mgmt_pending; > - struct list_head blacklist; > + struct list_head reject_list; > struct list_head whitelist; Can we change these two in the same patch please. Regards Marcel