Re: [PATCH] sunrpc: convert to DEFINE_SHOW_ATTRIBUTE

2018-12-21 Thread Frank Lee
Please igonre this one. Thanks

Re: [PATCH] mt76: convert to DEFINE_SHOW_ATTRIBUTE

2018-12-15 Thread Frank Lee
On Thu, Dec 6, 2018 at 2:09 AM Joe Perches wrote: > > On Mon, 2018-12-03 at 08:40 -0500, Yangtao Li wrote: > > Use DEFINE_SHOW_ATTRIBUTE macro to simplify the code. > > Thanks. > > Are you doing these manually or using some script? In fact, just use grep. Yours, Yangtao > >

Re: [PATCH] wireless/wil6210: convert to DEFINE_SHOW_ATTRIBUTE

2018-12-11 Thread Frank Lee
On Tue, Dec 11, 2018 at 11:47 PM Kalle Valo wrote: > > Frank Lee writes: > > > On Mon, Dec 3, 2018 at 9:36 PM Frank Lee wrote: > >> > >> On Mon, Dec 3, 2018 at 9:33 PM Kalle Valo wrote: > >> > > >> > Yangtao Li writes: > >&g

Re: [PATCH] wireless/cw1200: convert to DEFINE_SHOW_ATTRIBUTE

2018-12-11 Thread Frank Lee
On Mon, Dec 3, 2018 at 9:43 PM Frank Lee wrote: > > On Mon, Dec 3, 2018 at 9:38 PM Kalle Valo wrote: > > > > Yangtao Li writes: > > > > > Use DEFINE_SHOW_ATTRIBUTE macro to simplify the code. > > > > > > Signed-off-by: Yangtao Li > > >

Re: [PATCH] wireless/wil6210: convert to DEFINE_SHOW_ATTRIBUTE

2018-12-11 Thread Frank Lee
On Mon, Dec 3, 2018 at 9:36 PM Frank Lee wrote: > > On Mon, Dec 3, 2018 at 9:33 PM Kalle Valo wrote: > > > > Yangtao Li writes: > > > > > Use DEFINE_SHOW_ATTRIBUTE macro to simplify the code. > > > > > > Signed-off-by: Yangtao Li > >

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

2018-12-10 Thread Frank Lee
ping..

Re: [PATCH] wireless/cw1200: convert to DEFINE_SHOW_ATTRIBUTE

2018-12-03 Thread Frank Lee
On Mon, Dec 3, 2018 at 9:38 PM Kalle Valo wrote: > > Yangtao Li writes: > > > Use DEFINE_SHOW_ATTRIBUTE macro to simplify the code. > > > > Signed-off-by: Yangtao Li > > The prefix should be "cw1200:", I can fix that. > > -- > Kalle Valo OK. Thanks, Yangtao

Re: [PATCH] wireless: convert to DEFINE_SHOW_ATTRIBUTE

2018-12-03 Thread Frank Lee
On Mon, Dec 3, 2018 at 8:49 PM Kalle Valo wrote: > > Yangtao Li writes: > > > Use DEFINE_SHOW_ATTRIBUTE macro to simplify the code. > > > > Signed-off-by: Yangtao Li > > --- > > drivers/net/wireless/ath/wil6210/debugfs.c| 240 +++--- > > .../wireless/mediatek/mt76/mt76x0/debugfs

Re: [PATCH] wireless/wil6210: convert to DEFINE_SHOW_ATTRIBUTE

2018-12-03 Thread Frank Lee
On Mon, Dec 3, 2018 at 9:33 PM Kalle Valo wrote: > > Yangtao Li writes: > > > Use DEFINE_SHOW_ATTRIBUTE macro to simplify the code. > > > > Signed-off-by: Yangtao Li > > The prefix for the title should be just "wil6210:", I can fix that. > > -- > Kalle Valo Okay. Yours, Yangtao