Re: [PATCH] staging: android: ashmem: Declared file operation with const keyword

2022-01-24 Thread kernel test robot
Hi ratnesh-r1, Thank you for the patch! Yet something to improve: [auto build test ERROR on staging/staging-testing] url: https://github.com/0day-ci/linux/commits/ratnesh-r1/staging-android-ashmem-Declared-file-operation-with-const-keyword/20220124-151116 base:

Re: [PATCH] staging: android: ashmem: Declared file operation with const keyword

2022-01-24 Thread kernel test robot
Hi ratnesh-r1, Thank you for the patch! Yet something to improve: [auto build test ERROR on staging/staging-testing] url: https://github.com/0day-ci/linux/commits/ratnesh-r1/staging-android-ashmem-Declared-file-operation-with-const-keyword/20220124-151116 base:

Re: [PATCH] staging: android: ashmem: Declared file operation with const keyword

2022-01-23 Thread Greg Kroah-Hartman
On Sun, Jan 23, 2022 at 11:09:47PM -0800, ratnesh-r1 wrote: > warning found by checkpatch.pl script. > > Signed-off-by: ratnesh-r1 > --- > drivers/staging/android/ashmem.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/staging/android/ashmem.c >

[PATCH] staging: android: ashmem: Declared file operation with const keyword

2022-01-23 Thread ratnesh-r1
warning found by checkpatch.pl script. Signed-off-by: ratnesh-r1 --- 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 c05a214..f9cfa15 100644 ---

Re: [PATCH] staging: android: ashmem: Declared file operation with const keyword

2021-02-14 Thread Greg Kroah-Hartman
On Sat, Feb 13, 2021 at 11:31:36PM -0300, Thais Camacho wrote: > Warning found by checkpatch.pl script > > Signed-off-by: Thais Camacho > --- > drivers/staging/android/ashmem.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/staging/android/ashmem.c >

Re: [PATCH] staging: android: ashmem: Declared file operation with const keyword

2021-02-13 Thread kernel test robot
Hi Thais, Thank you for the patch! Yet something to improve: [auto build test ERROR on staging/staging-testing] url: https://github.com/0day-ci/linux/commits/Thais-Camacho/staging-android-ashmem-Declared-file-operation-with-const-keyword/20210214-103440 base:

[PATCH] staging: android: ashmem: Declared file operation with const keyword

2021-02-13 Thread Thais Camacho
Warning found by checkpatch.pl script Signed-off-by: Thais Camacho --- 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 4789d36ddfd3..2cb665e0228c 100644 ---

Re: [PATCH] staging: android: ashmem: Declared file operation with const keyword

2021-01-05 Thread Dan Carpenter
On Mon, Dec 28, 2020 at 12:13:00AM -0500, jovin555 wrote: > Warning found by checkpatch.pl script. > > Signed-off-by: jovin555 Your Mama didn't name you "jovin555". You need to use your real name like signing a legal document. Same for the "From:" header. regards, dan carpenter

Re: [PATCH] staging: android: ashmem: Declared file operation with const keyword

2020-12-27 Thread Greg Kroah-Hartman
On Mon, Dec 28, 2020 at 12:13:00AM -0500, jovin555 wrote: > Warning found by checkpatch.pl script. > > Signed-off-by: jovin555 > --- > drivers/staging/android/ashmem.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/staging/android/ashmem.c >

[PATCH] staging: android: ashmem: Declared file operation with const keyword

2020-12-27 Thread jovin555
Warning found by checkpatch.pl script. Signed-off-by: jovin555 --- 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 c05a214191da..f9cfa15b785f 100644 ---

Re: [PATCH] staging: android: ashmem: Declared file operation with const keyword

2020-03-29 Thread kbuild test robot
Hi SandeshKenjanaAshok, Thank you for the patch! Yet something to improve: [auto build test ERROR on staging/staging-testing] [also build test ERROR on v5.6-rc7 next-20200327] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system. BTW, we also suggest

Re: [PATCH] staging: android: ashmem: Declared file operation with const keyword

2020-03-29 Thread Greg Kroah-Hartman
On Sat, Mar 28, 2020 at 04:15:23PM +0100, SandeshKenjanaAshok wrote: > Warning found by checkpatch.pl script. > > Signed-off-by: SandeshKenjanaAshok > --- > drivers/staging/android/ashmem.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

[PATCH] staging: android: ashmem: Declared file operation with const keyword

2020-03-28 Thread SandeshKenjanaAshok
Warning found by checkpatch.pl script. Signed-off-by: SandeshKenjanaAshok --- 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 8044510d8ec6..fbb6ac9ba1ab 100644 ---