Re: [PATCH] net/bluetooth: Change to use DEFINE_SHOW_ATTRIBUTE macro

2018-12-18 Thread Marcel Holtmann
Hi Yangtao, > Use DEFINE_SHOW_ATTRIBUTE macro to simplify the code. > > Signed-off-by: Yangtao Li > --- > net/bluetooth/l2cap_core.c | 12 +--- > net/bluetooth/rfcomm/core.c | 12 +--- > net/bluetooth/rfcomm/sock.c | 12 +--- > net/bluetooth/sco.c | 12 +---

Re: [PATCH] net/bluetooth: Change to use DEFINE_SHOW_ATTRIBUTE macro

2018-12-10 Thread Kees Cook
On Mon, Nov 5, 2018 at 6:56 AM Yangtao Li wrote: > > Use DEFINE_SHOW_ATTRIBUTE macro to simplify the code. > > Signed-off-by: Yangtao Li Reviewed-by: Kees Cook -Kees > --- > net/bluetooth/l2cap_core.c | 12 +--- > net/bluetooth/rfcomm/core.c | 12 +--- > net/bluetooth/rfcomm

Re: [PATCH] net/bluetooth: Change to use DEFINE_SHOW_ATTRIBUTE macro

2018-12-10 Thread Frank Lee
ping..