RE: [PATCH 21/22] rtw89: Replace comments with C99 initializers

2022-03-28 Thread David Laight
From: Kalle Valo > Sent: 28 March 2022 10:29 > > Larry Finger writes: > > > On 3/26/22 11:59, Benjamin Stürz wrote: > >> This replaces comments with C99's designated > >> initializers because the kernel supports them now. > >> > >> Signed-off-by: Benjamin Stürz > >> --- > >> drivers/net/wirel

Re: [PATCH 21/22] rtw89: Replace comments with C99 initializers

2022-03-28 Thread Kalle Valo
Larry Finger writes: > On 3/26/22 11:59, Benjamin Stürz wrote: >> This replaces comments with C99's designated >> initializers because the kernel supports them now. >> >> Signed-off-by: Benjamin Stürz >> --- >> drivers/net/wireless/realtek/rtw89/coex.c | 40 +++ >> 1 file

Re: [PATCH 21/22] rtw89: Replace comments with C99 initializers

2022-03-26 Thread Larry Finger
On 3/26/22 11:59, Benjamin Stürz wrote: This replaces comments with C99's designated initializers because the kernel supports them now. Signed-off-by: Benjamin Stürz --- drivers/net/wireless/realtek/rtw89/coex.c | 40 +++ 1 file changed, 20 insertions(+), 20 deletions(-)