Re: [PATCH] staging: rtl8192e: fix array of flexible structures

2021-04-29 Thread Dan Carpenter
On Tue, Apr 27, 2021 at 11:19:45PM +0530, Jitendra Khasdev wrote: > This patch fixes sparse warning "array of flexible structures" > for rtllib.h. > > eg. drivers/staging/rtl8192e/rtllib.h:832:48: warning: array of > flexible structures > > Signed-off-by: Jitendra Khasdev > --- >

Re: [PATCH] staging: rtl8192e: fix array of flexible structures

2021-04-28 Thread Jitendra
On Wed, Apr 28, 2021 at 08:01:21AM +0200, Greg KH wrote: On Wed, Apr 28, 2021 at 12:28:44AM +0530, Jitendra wrote: On Tue, Apr 27, 2021 at 08:10:20PM +0200, Greg KH wrote: > On Tue, Apr 27, 2021 at 11:19:45PM +0530, Jitendra Khasdev wrote: > > This patch fixes sparse warning "array of flexible

Re: [PATCH] staging: rtl8192e: fix array of flexible structures

2021-04-28 Thread Greg KH
On Wed, Apr 28, 2021 at 12:28:44AM +0530, Jitendra wrote: > On Tue, Apr 27, 2021 at 08:10:20PM +0200, Greg KH wrote: > > On Tue, Apr 27, 2021 at 11:19:45PM +0530, Jitendra Khasdev wrote: > > > This patch fixes sparse warning "array of flexible structures" > > > for rtllib.h. > > > > > > eg.

Re: [PATCH] staging: rtl8192e: fix array of flexible structures

2021-04-27 Thread Jitendra
On Tue, Apr 27, 2021 at 08:10:20PM +0200, Greg KH wrote: On Tue, Apr 27, 2021 at 11:19:45PM +0530, Jitendra Khasdev wrote: This patch fixes sparse warning "array of flexible structures" for rtllib.h. eg. drivers/staging/rtl8192e/rtllib.h:832:48: warning: array of flexible structures

Re: [PATCH] staging: rtl8192e: fix array of flexible structures

2021-04-27 Thread Greg KH
On Tue, Apr 27, 2021 at 11:19:45PM +0530, Jitendra Khasdev wrote: > This patch fixes sparse warning "array of flexible structures" > for rtllib.h. > > eg. drivers/staging/rtl8192e/rtllib.h:832:48: warning: array of > flexible structures > > Signed-off-by: Jitendra Khasdev > --- >

[PATCH] staging: rtl8192e: fix array of flexible structures

2021-04-27 Thread Jitendra Khasdev
This patch fixes sparse warning "array of flexible structures" for rtllib.h. eg. drivers/staging/rtl8192e/rtllib.h:832:48: warning: array of flexible structures Signed-off-by: Jitendra Khasdev --- drivers/staging/rtl8192e/rtllib.h | 10 +- 1 file changed, 5 insertions(+), 5