Re: [PATCH] Staging: android: ashmem: Fixed a const coding style issue

2021-04-07 Thread kernel test robot
Hi Barney, 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/Barney-Goette/Staging-android-ashmem-Fixed-a-const-coding-style-issue/20210407-223721 base: https://git.kernel.org/pub/scm/linux/ke

Re: [PATCH] Staging: android: ashmem: Fixed a const coding style issue

2021-04-07 Thread Greg KH
On Wed, Apr 07, 2021 at 09:35:02AM -0500, Barney Goette wrote: > Fixed a coding style issue. > Reported by checkpatch. > > Signed-off-by: Barney Goette > --- > drivers/staging/android/ashmem.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/staging/android/ashme

[PATCH] Staging: android: ashmem: Fixed a const coding style issue

2021-04-07 Thread Barney Goette
Fixed a coding style issue. Reported by checkpatch. Signed-off-by: Barney Goette --- 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 d66a64e42273..7854fd410efa 100644 --