Re: [PATCH] staging: android: ashmen.c: fixed a coding style issue with struct

2021-01-30 Thread Greg KH
On Sat, Jan 30, 2021 at 06:04:18PM +0530, Ahana Datta wrote: > Hi, > I am sorry this was my first time. I followed instructions given here : > https://www.youtube.com/watch?v=LLBrBBImJt4 Note, that is a 10 year old talk :) > and recompiled the driver that I had changed. Are you sure? Touch the

Re: [PATCH] staging: android: ashmen.c: fixed a coding style issue with struct

2021-01-30 Thread Greg KH
On Sat, Jan 30, 2021 at 04:36:30PM +0530, Ahana Datta wrote: > Fixed warning "struct file_operations should normally be const" > > Signed-off-by: Ahana Datta > --- > drivers/staging/android/ashmem.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/staging/android