Re: [PATCH] staging: android: ashmem: Fixed a issue related to file_operations

2020-05-15 Thread Greg KH
A: http://en.wikipedia.org/wiki/Top_post Q: Were do I find info about this thing called top-posting? A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? A: No. Q: Should I

Re: [PATCH] staging: android: ashmem: Fixed a issue related to file_operations

2020-05-13 Thread kbuild test robot
Hi Anmol, Thank you for the patch! Yet something to improve: [auto build test ERROR on staging/staging-testing] [also build test ERROR on v5.7-rc5 next-20200512] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system. BTW, we also suggest to use

Re: [PATCH] staging: android: ashmem: Fixed a issue related to file_operations

2020-05-13 Thread Greg KH
On Wed, May 13, 2020 at 05:11:16PM +0530, Anmol wrote: > From: Anmol > > Fixed a issue related to struct file_operations which should normally be > const. > > Signed-off-by: Anmol > --- > drivers/staging/android/ashmem.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

[PATCH] staging: android: ashmem: Fixed a issue related to file_operations

2020-05-13 Thread Anmol
From: Anmol Fixed a issue related to struct file_operations which should normally be const. Signed-off-by: Anmol --- drivers/staging/android/ashmem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/android/ashmem.c b/drivers/staging/android/ashmem.c index